Skip to content

Commit def3972

Browse files
authored
Merge pull request #41952 from KKtheGhost/sync/kubeadm/setup-ha-etcd-with-kubeadm
[zh] sync setup/production-environment/tools/kubeadm/setup-ha-etcd-wi…
2 parents 9493bb5 + 0a9ce84 commit def3972

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/zh-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
126126
#
127127
apiVersion: kubelet.config.k8s.io/v1beta1
128128
kind: KubeletConfiguration
129+
authentication:
130+
anonymous:
131+
enabled: false
132+
webhook:
133+
enabled: false
134+
authorization:
135+
mode: AlwaysAllow
129136
cgroupDriver: systemd
130137
address: 127.0.0.1
131138
containerRuntimeEndpoint: unix:///var/run/containerd/containerd.sock

0 commit comments

Comments
 (0)