File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
69
69
#
70
70
apiVersion: kubelet.config.k8s.io/v1beta1
71
71
kind: KubeletConfiguration
72
+ authentication:
73
+ anonymous:
74
+ enabled: false
75
+ webhook:
76
+ enabled: false
77
+ authorization:
78
+ mode: AlwaysAllow
72
79
cgroupDriver: systemd
73
80
address: 127.0.0.1
74
81
containerRuntimeEndpoint: unix:///var/run/containerd/containerd.sock
@@ -298,7 +305,7 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
298
305
https://[HOST1 IP]:2379 is healthy: successfully committed proposal: took = 19.44402ms
299
306
https://[HOST2 IP]:2379 is healthy: successfully committed proposal: took = 35.926451ms
300
307
```
301
-
308
+
302
309
- Set `${HOST0}`to the IP address of the host you are testing.
303
310
304
311
You can’t perform that action at this time.
0 commit comments