Skip to content

Commit e6e3f00

Browse files
authored
Corrected a clarification based on the review
removed [ and ] in the command ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \ --cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \ snapshot save <backup-file-location>
1 parent 5c58962 commit e6e3f00

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
@@ -290,7 +290,7 @@ will list various options available from etcdctl. For example, you can take a sn
290290
the endpoint, certificates etc as shown below:
291291

292292
```shell
293-
ETCDCTL_API=3 etcdctl --endpoints=https://[127.0.0.1]:2379 \
293+
ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
294294
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
295295
snapshot save <backup-file-location>
296296
```

0 commit comments

Comments
 (0)