website/content/en/docs/setup/production-environment
Eric Smalling 70936d4dbd Update cluster health check command for newer etcd (#18392)
* Update cluster health check command for newer etcd

Existing docs assume the older (v3.2) etcdctl `health-check` command but with a 3.4.3 cluster (which is what kubeadm creates in the static manifest now), that subcommand is no longer supported and returns 404 errors like:
```
root@etcd-1:~# docker run --rm -it --net host -v /etc/kubernetes:/etc/kubernetes quay.io/coreos/etcd:${ETCD_TAG} etcdctl --cert-file /etc/kubernetes/pki/etcd/peer.crt --key-file /etc/kubernetes/pki/etcd/peer.key --ca-file /etc/kubernetes/pki/etcd/ca.crt --endpoints https://10.170.68.181:2379 cluster-health
cluster may be unhealthy: failed to list members
Error:  unexpected status code 404
```

* PR review changes
2020-01-03 09:43:41 -08:00
..
on-premises-vm Restructure the left navigation pane of setup (#14826) 2019-06-12 04:57:29 -07:00
tools Update cluster health check command for newer etcd (#18392) 2020-01-03 09:43:41 -08:00
turnkey fix-up 404 urls (#17668) 2019-11-20 18:11:28 -08:00
windows Fix en language misspell (#18201) 2019-12-20 06:49:32 -08:00
_index.md Restructure the left navigation pane of setup (#14826) 2019-06-12 04:57:29 -07:00
container-runtimes.md Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00