Skip to content

Commit

Permalink
Merge pull request #30368 from TreeKat71/main
Browse files Browse the repository at this point in the history
Typo `etcdutl` in configure-upgrade-etcd.md
  • Loading branch information
k8s-ci-robot committed Nov 9, 2021
2 parents 59fe500 + f0c9809 commit a45e1b3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -325,9 +325,9 @@ Here is an example:
```shell
ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
```
Another example for restoring using etcdutl options:
Another example for restoring using etcdctl options:
```shell
ETCDCTL_API=3 etcdutl --data-dir <data-dir-location> snapshot restore snapshotdb
ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
```

For more information and examples on restoring a cluster from a snapshot file, see
Expand Down

0 comments on commit a45e1b3

Please sign in to comment.