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
commit
def3972751
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue