website/content/en/docs/setup/production-environment/tools
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
..
kubeadm Update cluster health check command for newer etcd (#18392) 2020-01-03 09:43:41 -08:00
_index.md Restructure the left navigation pane of setup (#14826) 2019-06-12 04:57:29 -07:00
kops.md Update kops Installation Steps (#17726) 2019-11-25 07:43:06 -08:00
krib.md fix broken link in krib.md (#15295) 2019-07-04 22:28:36 -07:00
kubespray.md Restructure the left navigation pane of setup (#14826) 2019-06-12 04:57:29 -07:00