Skip to content

Commit

Permalink
Fix the files
Browse files Browse the repository at this point in the history
Fix the start from 1.11 to 1.13 and adding changes from pull aquasecurity#227, and pull aquasecurity#228.
  • Loading branch information
yoavrotems authored Mar 6, 2019
1 parent e534392 commit c6102f0
Show file tree
Hide file tree
Showing 3 changed files with 2,009 additions and 0 deletions.
29 changes: 29 additions & 0 deletions cfg/1.13/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
## Controls Files.
# These are YAML files that hold all the details for running checks.
#
## Uncomment to use different control file paths.
# masterControls: ./cfg/master.yaml
# nodeControls: ./cfg/node.yaml
# federatedControls: ./cfg/federated.yaml

master:
apiserver:
defaultconf: /etc/kubernetes/manifests/kube-apiserver.yaml

scheduler:
defaultconf: /etc/kubernetes/manifests/kube-scheduler.yaml

controllermanager:
defaultconf: /etc/kubernetes/manifests/kube-controller-manager.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

proxy:
defaultconf: /etc/kubernetes/addons/kube-proxy-daemonset.yaml
Loading

0 comments on commit c6102f0

Please sign in to comment.