mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
a15e8acaa3
* Add config entries for GKE 1.6 controls * Add gke1.6 control plane recommendations * Add gke-1.6.0 worker node recommendations * Add gke-1.6.0 policy recommendations * Add managed services and policy recommendation * Add master recommendations * Fix formatting across gke-1.6.0 files * Add gke-1.6.0 benchmark selection based on k8s version * Workaround: hardcode kubelet config path for gke-1.6.0 * Fix tests for makeIPTablesUtilChaings * Change scored field for all node tests to true * Fix kubelet file permission to check for --------- Co-authored-by: afdesk <work@afdesk.com>
10 lines
221 B
YAML
10 lines
221 B
YAML
---
|
|
## Version-specific settings that override the values in cfg/config.yaml
|
|
|
|
node:
|
|
proxy:
|
|
defaultkubeconfig: "/var/lib/kubelet/kubeconfig"
|
|
|
|
kubelet:
|
|
defaultconf: "/etc/kubernetes/kubelet/kubelet-config.yaml"
|