Skip to content

Commit 955acb7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ We can also take the snapshot using various options given by etcdctl. For exampl
277277
ETCDCTL_API=3 etcdctl --h
278278
```
279279

280-
will list various options avilable with etcdctl. If you want to take a snapshot by specifying various options available here, you can do so. For example, to take a snapshot by specifying the endpoint, certificates etc is as given below
280+
will list various options available from etcdctl. For example, you can take a snapshot by specifying
281+
the endpoint, certificates etc as shown below:
281282

282283
```shell
283284
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>
@@ -339,4 +340,3 @@ We also recommend restarting any components (e.g. `kube-scheduler`,
339340
stale data. Note that in practice, the restore takes a bit of time. During the
340341
restoration, critical components will lose leader lock and restart themselves.
341342
{{< /note >}}
342-

0 commit comments

Comments
 (0)