mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 10:10:03 -03:30
Make kubelet_load_modules always present but false.
Update code and docs for that assumption.
This commit is contained in:
@@ -51,10 +51,10 @@ kube_api_anonymous_auth: false
|
||||
#
|
||||
# For some things, kubelet needs to load kernel modules. For example, dynamic kernel services are needed
|
||||
# for mounting persistent volumes into containers. These may not be loaded by preinstall kubernetes
|
||||
# processes. For example, ceph and rbd backed volumes. Uncomment to allow kubelet to load kernel
|
||||
# processes. For example, ceph and rbd backed volumes. Set to true to allow kubelet to load kernel
|
||||
# modules.
|
||||
#
|
||||
#kubelet_load_modules: true
|
||||
kubelet_load_modules: false
|
||||
|
||||
# Users to create for basic auth in Kubernetes API via HTTP
|
||||
kube_api_pwd: "changeme"
|
||||
|
||||
Reference in New Issue
Block a user