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