Merge pull request #41952 from KKtheGhost/sync/kubeadm/setup-ha-etcd-with-kubeadm

[zh] sync setup/production-environment/tools/kubeadm/setup-ha-etcd-wi…
pull/41961/head
Kubernetes Prow Robot 2023-07-09 02:43:04 -07:00 committed by GitHub
commit def3972751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,13 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
#
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
anonymous:
enabled: false
webhook:
enabled: false
authorization:
mode: AlwaysAllow
cgroupDriver: systemd
address: 127.0.0.1
containerRuntimeEndpoint: unix:///var/run/containerd/containerd.sock