Fix typo in manifests path (#18753)

This commit is contained in:
Gerasimos Dimitriadis
2020-01-18 19:29:36 +02:00
committed by Kubernetes Prow Robot
parent b647b6ec55
commit 5772d582ea
@@ -408,7 +408,7 @@ can be manually restored in `/var/lib/etcd`. In case external etcd is used this
`kubeadm-backup-manifests` contains a backup of the static Pod manifest files for this control-plane Node.
In case of a upgrade failure and if the automatic rollback does not work, the contents of this folder can be
manually restored in `/etc/kuberentes/manifests`. If for some reason there is no difference between a pre-upgrade
manually restored in `/etc/kubernetes/manifests`. If for some reason there is no difference between a pre-upgrade
and post-upgrade manifest file for a certain component, a backup file for it will not be written.
## How it works