Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-bench
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
aquasecurity
kube-bench
Commits
8745df17
Unverified
Commit
8745df17
authored
6 years ago
by
Liz Rice
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #233 from aquasecurity/clean-ocp-configs
Clean up OCP benchmark config.
parents
772d2e26
1ead9e1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfg/ocp-3.10/config.yaml
+4
-9
4 additions, 9 deletions
cfg/ocp-3.10/config.yaml
cfg/ocp-3.10/master.yaml
+1
-1
1 addition, 1 deletion
cfg/ocp-3.10/master.yaml
with
5 additions
and
10 deletions
cfg/ocp-3.10/config.yaml
+
4
−
9
View file @
8745df17
...
@@ -11,25 +11,20 @@ master:
...
@@ -11,25 +11,20 @@ master:
apiserver
:
apiserver
:
bins
:
bins
:
-
openshift start master api
-
openshift start master api
defaultconf
:
/etc/origin/master/master-config.yaml
scheduler
:
scheduler
:
bins
:
bins
:
-
openshift start master controllers
-
openshift start master controllers
defaultconf
:
/etc/origin/master/master-config.yaml
controllermanager
:
controllermanager
:
bins
:
bins
:
-
openshift start master controllers
-
openshift start master controllers
defaultconf
:
/etc/origin/master/master-config.yaml
etcd
:
defaultconf
:
/etc/kubernetes/manifests/etcd.yaml
node
:
node
:
kubelet
:
kubelet
:
defaultconf
:
/etc/kubernetes/kubelet.conf
bins
:
defaultsvc
:
/etc/systemd/system/kubelet.service.d/10-kubeadm.conf
-
openshift start network
proxy
:
proxy
:
defaultconf
:
/etc/kubernetes/addons/kube-proxy-daemonset.yaml
bins
:
-
openshift start network
This diff is collapsed.
Click to expand it.
cfg/ocp-3.10/master.yaml
+
1
−
1
View file @
8745df17
...
@@ -1043,7 +1043,7 @@ groups:
...
@@ -1043,7 +1043,7 @@ groups:
remediation
:
|
remediation
:
|
On the etcd server node, get the etcd data directory, passed as an argument --data-dir ,
On the etcd server node, get the etcd data directory, passed as an argument --data-dir ,
from the below command:
from the below command:
ps -ef | grep
$
etcd
bin
ps -ef | grep etcd
Run the below command (based on the etcd data directory found above). For example,
Run the below command (based on the etcd data directory found above). For example,
chmod 700 /var/lib/etcd
chmod 700 /var/lib/etcd
scored
:
true
scored
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment