fix kubelet data dir setting
This commit is contained in:
@@ -134,6 +134,3 @@ unsafe_show_logs: false
|
||||
|
||||
## If enabled it will allow kubespray to attempt setup even if the distribution is not supported. For unsupported distributions this can lead to unexpected failures in some cases.
|
||||
allow_unsupported_distribution_setup: false
|
||||
|
||||
## Kubelet additional settings
|
||||
kubelet_custom_flags: "--root-dir={{ .Orchestrator.KubeletDir }}"
|
||||
|
||||
@@ -451,3 +451,7 @@ kubeadm_patches:
|
||||
enabled: false
|
||||
source_dir: {{ `"{{ inventory_dir }}/patches"` }}
|
||||
dest_dir: {{ `"{{ kube_config_dir }}/patches"` }}
|
||||
|
||||
## Kubelet additional settings
|
||||
kubelet_custom_flags:
|
||||
- "--root-dir={{ .Orchestrator.KubeletDir }}"
|
||||
|
||||
Reference in New Issue
Block a user