We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 293745d + e6e3f00 commit eba27a0Copy full SHA for eba27a0
content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -283,14 +283,14 @@ volume.
283
We can also take the snapshot using various options given by etcdctl. For example
284
285
```shell
286
-ETCDCTL_API=3 etcdctl --h
+ETCDCTL_API=3 etcdctl -h
287
```
288
289
will list various options available from etcdctl. For example, you can take a snapshot by specifying
290
the endpoint, certificates etc as shown below:
291
292
293
-ETCDCTL_API=3 etcdctl --endpoints=[127.0.0.1:2379] \
+ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
294
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
295
snapshot save <backup-file-location>
296
0 commit comments