mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
[kubernetes] drop pre 1.22.0 workarounds
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9535a41187
commit
ae1dcb031f
@@ -216,16 +216,9 @@ k8s_image_pull_policy: IfNotPresent
|
||||
# audit log for kubernetes
|
||||
kubernetes_audit: false
|
||||
|
||||
# dynamic kubelet configuration
|
||||
# Note: Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA.
|
||||
# It is planned to be removed from Kubernetes in the version 1.23.
|
||||
# Please use alternative ways to update kubelet configuration.
|
||||
dynamic_kubelet_configuration: false
|
||||
|
||||
# define kubelet config dir for dynamic kubelet
|
||||
# kubelet_config_dir:
|
||||
default_kubelet_config_dir: "{{ kube_config_dir }}/dynamic_kubelet_dir"
|
||||
dynamic_kubelet_configuration_dir: "{{ kubelet_config_dir | default(default_kubelet_config_dir) }}"
|
||||
|
||||
# pod security policy (RBAC must be enabled either by having 'RBAC' in authorization_modes or kubeadm enabled)
|
||||
podsecuritypolicy_enabled: false
|
||||
|
||||
Reference in New Issue
Block a user