Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>
pull/27161/head
ganeshniyer 2021-03-22 17:17:04 +05:30 committed by GitHub
parent 955acb710d
commit 483857e11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,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> snapshot save <backup-file-location>
```
where, <trusted-ca-file>, <cert-file> and <key-file> can be obtained by looking at the description of the etcd pod.
where `trusted-ca-file`, `cert-file` and `key-file` can be obtained from the description of the etcd Pod.
## Scaling up etcd clusters