mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Add protectKernelDefaults option (default true) to kubelet config file (#6611)
This commit is contained in:
@@ -397,6 +397,9 @@ kubelet_rotate_certificates: true
|
||||
# kubelet can also request a new server certificate from the Kubernetes API
|
||||
kubelet_rotate_server_certificates: false
|
||||
|
||||
# If set to true, kubelet errors if any of kernel tunables is different than kubelet defaults
|
||||
kubelet_protect_kernel_defaults: true
|
||||
|
||||
## List of key=value pairs that describe feature gates for
|
||||
## the k8s cluster.
|
||||
kube_feature_gates: []
|
||||
|
||||
Reference in New Issue
Block a user