Skip to content

Commit c10d270

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

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] \
285285
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
286-
snapshot save backup-file-location
286+
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.
289289

0 commit comments

Comments
 (0)