Merge pull request #30368 from TreeKat71/main

Typo `etcdutl` in configure-upgrade-etcd.md
pull/30398/head
Kubernetes Prow Robot 2021-11-08 17:20:49 -08:00 committed by GitHub
commit a45e1b3347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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