diff --git a/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md b/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md index 8fc4c469f3e50..d5fd3632185b8 100644 --- a/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md +++ b/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md @@ -447,7 +447,9 @@ either be a snapshot file from a previous backup operation, or from a remaining ``` If `` is the same folder as before, delete it and stop the etcd process before restoring the cluster. - Otherwise, change etcd configuration and restart the etcd process after restoration to have it use the new data directory. + Otherwise, change etcd configuration and restart the etcd process after restoration to have it use the new data directory: + first change `/etc/kubernetes/manifests/etcd.yaml`'s `volumes.hostPath.path` for `name: etcd-data` to ``, + then execute `kubectl -n kube-system delete pod ` or `systemctl restart kubelet.service` (or both). {{% /tab %}} {{< /tabs >}}