Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Polaris
Commits
cf10a961
Unverified
Commit
cf10a961
authored
5 years ago
by
Robert Brennan
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add some exemptions for kube-system (#292)
parent
c571b97b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/config.yaml
+41
-0
examples/config.yaml
with
41 additions
and
0 deletions
+41
-0
examples/config.yaml
+
41
-
0
View file @
cf10a961
...
...
@@ -22,7 +22,48 @@ checks:
runAsPrivileged
:
error
dangerousCapabilities
:
error
insecureCapabilities
:
warning
exemptions
:
-
controllerNames
:
-
kube-apiserver
-
kube-proxy
-
kube-scheduler
-
etcd-manager-events
-
kube-controller-manager
-
kube-dns
-
etcd-manager-main
rules
:
-
hostPortSet
-
hostNetworkSet
-
readinessProbeMissing
-
livenessProbeMissing
-
cpuRequestsMissing
-
cpuLimitsMissing
-
memoryRequestsMissing
-
memoryLimitsMissing
-
runAsRootAllowed
-
runAsPrivileged
-
notReadOnlyRootFilesystem
-
hostPIDSet
-
controllerNames
:
-
kube-flannel-ds
rules
:
-
notReadOnlyRootFilesystem
-
runAsRootAllowed
-
notReadOnlyRootFilesystem
-
readinessProbeMissing
-
livenessProbeMissing
-
cpuLimitsMissing
-
controllerNames
:
-
vpa
rules
:
-
runAsRootAllowed
-
readinessProbeMissing
-
livenessProbeMissing
-
notReadOnlyRootFilesystem
-
controllerNames
:
-
dns-controller
-
datadog-datadog
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help