kubeadm: Improve kubeadm documentation for v1.9 (#6645)

This commit is contained in:
Lucas Käldström
2017-12-11 14:48:30 -06:00
committed by Zach Corleissen
parent 19cd93644c
commit 59fdeeb2e7
11 changed files with 265 additions and 250 deletions
@@ -12,15 +12,16 @@ title: kubeadm reset
{% include_relative generated/kubeadm_reset.md %}
### External etcd clean up
`kubeadm reset` will not delete any etcd data if external etcd is used. This means that if you run `kubeadm init` again using the same etcd endpoints, you will see state from previous clusters.
To wipe etcd data it is recommended you use a client like etcdctl, such as:
```
```bash
etcdctl del "" --prefix
```
See [etcd documentation](https://github.com/coreos/etcd/tree/master/etcdctl) for more information.
See the [etcd documentation](https://github.com/coreos/etcd/tree/master/etcdctl) for more information.
{% endcapture %}
{% capture whatsnext %}