mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
Merge pull request #1004 from galthaus/kubelet-load-modules
Allow kubelet to load kernel modules
This commit is contained in:
@@ -48,6 +48,14 @@ kube_log_level: 2
|
||||
# 1.5 default behavior. The flag is actually only added if the used kubernetes version is >= 1.5
|
||||
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. Set to true to allow kubelet to load kernel
|
||||
# modules.
|
||||
#
|
||||
kubelet_load_modules: false
|
||||
|
||||
# Users to create for basic auth in Kubernetes API via HTTP
|
||||
kube_api_pwd: "changeme"
|
||||
kube_users:
|
||||
|
||||
Reference in New Issue
Block a user