From 46ddc65f7580d10e9b7e82d5bc9773b7ffe88c50 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Thu, 17 Jan 2019 01:58:33 +0100 Subject: [PATCH] Correct troubleshooting typo --- .../v2.x/en/troubleshooting/kubernetes-components/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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