Skip to content

Commit

Permalink
Merge pull request #41714 from neolit123/1.28-fix-missing-auth-kubele…
Browse files Browse the repository at this point in the history
…t-config-ha-docs

setup-ha-etcd-with-kubeadm.md: add missing authn/authz fields
  • Loading branch information
k8s-ci-robot authored Jul 1, 2023
2 parents 8d7d4fe + 661acac commit 7a51259
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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 Expand Up @@ -298,7 +305,7 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
https://[HOST1 IP]:2379 is healthy: successfully committed proposal: took = 19.44402ms
https://[HOST2 IP]:2379 is healthy: successfully committed proposal: took = 35.926451ms
```
- Set `${HOST0}`to the IP address of the host you are testing.
Expand Down

0 comments on commit 7a51259

Please sign in to comment.