website/content/en/docs/setup/production-environment/tools/kubeadm
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
..
_index.md Restructure the left navigation pane of setup (#14826) 2019-06-12 04:57:29 -07:00
control-plane-flags.md kubeadm: update setup docs for 1.16 (#16016) 2019-09-05 09:29:09 -07:00
create-cluster-kubeadm.md fix error link of kubeadm init args (#17318) 2019-11-04 21:12:38 -08:00
ha-topology.md tiny grammatical error fixed (#15059) 2019-06-23 23:57:54 -07:00
high-availability.md Remove instructions to copy Etcd CA key in HA (#17611) 2019-11-17 17:53:41 -08:00
install-kubeadm.md Fixes commands not working without sudo (#17139) 2019-10-27 18:23:25 -07:00
kubelet-integration.md Fixed the incorrect parameter of specifying the CRI endpoint for kubelet and corrected Default CNs (#17839) 2019-11-27 21:17:03 -08:00
self-hosting.md kubeadm: update setup docs for 1.16 (#16016) 2019-09-05 09:29:09 -07:00
setup-ha-etcd-with-kubeadm.md Update cluster health check command for newer etcd (#18392) 2020-01-03 09:43:41 -08:00
troubleshooting-kubeadm.md base64 --decode works across Linux and MacOS (#17240) 2019-10-29 18:24:53 -07:00