website/content/en/docs/setup
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
..
best-practices Fixed the incorrect parameter of specifying the CRI endpoint for kubelet and corrected Default CNs (#17839) 2019-11-27 21:17:03 -08:00
learning-environment How to upgrade minikube (#17813) 2019-11-26 03:29:10 -08:00
production-environment Update cluster health check command for newer etcd (#18392) 2020-01-03 09:43:41 -08:00
release Fix en language misspell (#18201) 2019-12-20 06:49:32 -08:00
_index.md Revert breaking commits (#17967) 2019-12-05 15:22:49 -08:00