Skip to content

Commit 57b7232

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ will list various options available from etcdctl. For example, you can take a sn
281281
the endpoint, certificates etc as shown below:
282282

283283
```shell
284-
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>
284+
ETCDCTL_API=3 etcdctl --endpoints=[127.0.0.1:2379] \
285+
--cacert=trusted-ca-file --cert=cert-file --key=key-file \
286+
snapshot save backup-file-location
285287
```
286288
where `trusted-ca-file`, `cert-file` and `key-file` can be obtained from the description of the etcd Pod.
287289

0 commit comments

Comments
 (0)