Add node kubelet config path (#961)

In kubespray tool we have another path for kubelet config, add them to kube-bench config on top

Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
This commit is contained in:
brainfair
2021-08-30 16:02:26 +03:00
committed by GitHub
co-authored by Yoav Rotem
parent 946a48ca74
commit 548b021340
+1
View File
@@ -143,6 +143,7 @@ node:
- "/etc/kubernetes/kubelet/kubeconfig"
- "/var/snap/microk8s/current/credentials/kubelet.config"
confs:
- "/etc/kubernetes/kubelet-config.yaml"
- "/var/lib/kubelet/config.yaml"
- "/var/lib/kubelet/config.yml"
- "/etc/kubernetes/kubelet/kubelet-config.json"