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 a7ee17f5e4..f0f6f5def9 100644 --- a/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md +++ b/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md @@ -283,7 +283,7 @@ the endpoint, certificates etc as shown below: ```shell ETCDCTL_API=3 etcdctl --endpoints=[127.0.0.1:2379] \ --cacert= --cert= --key= \ - snapshot save backup-file-location + snapshot save ``` where `trusted-ca-file`, `cert-file` and `key-file` can be obtained from the description of the etcd Pod.