mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-19 21:28:07 +00:00
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:
parent
946a48ca74
commit
548b021340
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user