mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-18 06:08:10 +00:00
17 lines
438 B
YAML
17 lines
438 B
YAML
---
|
|
# Config file for systems such as EKS where config is in JSON files
|
|
# Master nodes are controlled by EKS and not user-accessible
|
|
node:
|
|
kubernetes:
|
|
confs:
|
|
- "/var/lib/kubelet/kubeconfig"
|
|
kubeconfig:
|
|
- "/var/lib/kubelet/kubeconfig"
|
|
|
|
kubelet:
|
|
defaultsvc: "/etc/systemd/system/kubelet.service"
|
|
defaultkubeconfig: "/var/lib/kubelet/kubeconfig"
|
|
|
|
proxy:
|
|
defaultkubeconfig: "/var/lib/kubelet/kubeconfig"
|