We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9493bb5 + 0a9ce84 commit def3972Copy full SHA for def3972
content/zh-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md
@@ -126,6 +126,13 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
126
#
127
apiVersion: kubelet.config.k8s.io/v1beta1
128
kind: KubeletConfiguration
129
+ authentication:
130
+ anonymous:
131
+ enabled: false
132
+ webhook:
133
134
+ authorization:
135
+ mode: AlwaysAllow
136
cgroupDriver: systemd
137
address: 127.0.0.1
138
containerRuntimeEndpoint: unix:///var/run/containerd/containerd.sock
0 commit comments