mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-24 13:48:21 +00:00
Correct troubleshooting typo
This commit is contained in:
committed by
Denise
parent
61f55885d8
commit
46ddc65f75
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user