Skip to content

Commit

Permalink
[zh] sync setup/production-environment/tools/kubeadm/setup-ha-etcd-wi…
Browse files Browse the repository at this point in the history
…th-kubeadm
  • Loading branch information
KKtheGhost committed Jul 9, 2023
1 parent 6486762 commit 0a9ce84
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 0a9ce84

Please sign in to comment.