Skip to content

Commit d00a40c

Browse files
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Rey Lejano <[email protected]>
1 parent 57b7232 commit d00a40c

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
@@ -282,7 +282,7 @@ the endpoint, certificates etc as shown below:
282282

283283
```shell
284284
ETCDCTL_API=3 etcdctl --endpoints=[127.0.0.1:2379] \
285-
--cacert=trusted-ca-file --cert=cert-file --key=key-file \
285+
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
286286
snapshot save backup-file-location
287287
```
288288
where `trusted-ca-file`, `cert-file` and `key-file` can be obtained from the description of the etcd Pod.

0 commit comments

Comments
 (0)