You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--endpoints https://${HOST0}:2379 endpoint health --cluster
393
+
--endpoints https://${HOST0}:2379 endpoint health
388
394
...
389
395
https://[HOST0 IP]:2379 is healthy: successfully committed proposal: took = 16.283339ms
390
396
https://[HOST1 IP]:2379 is healthy: successfully committed proposal: took = 19.44402ms
391
397
https://[HOST2 IP]:2379 is healthy: successfully committed proposal: took = 35.926451ms
392
398
```
399
+
393
400
<!--
394
-
- Set `${ETCD_TAG}` to the version tag of your etcd image. For example `3.4.3-0`. To see the etcd image and tag that kubeadm uses execute `kubeadm config images list --kubernetes-version ${K8S_VERSION}`, where `${K8S_VERSION}` is for example `v1.17.0`.
395
401
- Set `${HOST0}`to the IP address of the host you are testing.
0 commit comments