diff --git a/content/rancher/v2.x/en/troubleshooting/kubernetes-components/_index.md b/content/rancher/v2.x/en/troubleshooting/kubernetes-components/_index.md index 0286f4c55df..e5c87ab8e39 100644 --- a/content/rancher/v2.x/en/troubleshooting/kubernetes-components/_index.md +++ b/content/rancher/v2.x/en/troubleshooting/kubernetes-components/_index.md @@ -107,7 +107,7 @@ https://IP:2379 is healthy: successfully committed proposal: took = 2.649963ms https://IP:2379 is healthy: successfully committed proposal: took = 2.451201ms ``` -* Check connectivty on port TCP/2379 +* Check connectivity on port TCP/2379 ``` for endpoint in $(docker exec etcd /bin/sh -c "etcdctl member list | cut -d, -f5"); do @@ -135,7 +135,7 @@ Validating connection to https://IP:2379/health {"health": "true"} ``` -* Check connectivty on port TCP/2380 +* Check connectivity on port TCP/2380 ``` for endpoint in $(docker exec etcd /bin/sh -c "etcdctl member list | cut -d, -f4"); do