Skip to content

Commit

Permalink
Clean up OCP benchmark config.
Browse files Browse the repository at this point in the history
The OCP benchmarks uses configs for only binary component variable names.
This commit cleans up the OCP config by removing all configuration
except those component binaries required to run kube-bench on OCP
installations and adds missing ones.
  • Loading branch information
ttousai committed Mar 6, 2019
1 parent 2d4019a commit 53ed68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions cfg/ocp-3.10/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,20 @@ master:
apiserver:
bins:
- openshift start master api
defaultconf: /etc/origin/master/master-config.yaml

scheduler:
bins:
- openshift start master controllers
defaultconf: /etc/origin/master/master-config.yaml

controllermanager:
bins:
- openshift start master controllers
defaultconf: /etc/origin/master/master-config.yaml

etcd:
defaultconf: /etc/kubernetes/manifests/etcd.yaml

node:
kubelet:
defaultconf: /etc/kubernetes/kubelet.conf
defaultsvc: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
bins:
- openshift start network

proxy:
defaultconf: /etc/kubernetes/addons/kube-proxy-daemonset.yaml
bins:
- openshift start network
2 changes: 1 addition & 1 deletion cfg/ocp-3.10/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ groups:
remediation: |
On the etcd server node, get the etcd data directory, passed as an argument --data-dir ,
from the below command:
ps -ef | grep $etcdbin
ps -ef | grep etcd
Run the below command (based on the etcd data directory found above). For example,
chmod 700 /var/lib/etcd
scored: true
Expand Down

0 comments on commit 53ed68a

Please sign in to comment.