Skip to content

Commit 483857e

Browse files
ganeshniyertengqm
andauthored
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Qiming Teng <[email protected]>
1 parent 955acb7 commit 483857e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ the endpoint, certificates etc as shown below:
283283
```shell
284284
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>
285285
```
286-
where, <trusted-ca-file>, <cert-file> and <key-file> can be obtained by looking at the description of the etcd pod.
286+
where `trusted-ca-file`, `cert-file` and `key-file` can be obtained from the description of the etcd Pod.
287287

288288
## Scaling up etcd clusters
289289

0 commit comments

Comments
 (0)