From f0c98092e94995b6984b71c2552b085d570540bc Mon Sep 17 00:00:00 2001 From: Muller Hsu Date: Fri, 5 Nov 2021 17:53:56 +0800 Subject: [PATCH] Update configure-upgrade-etcd.md Typo Should be `etcdctl` not etcdutl --- .../docs/tasks/administer-cluster/configure-upgrade-etcd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md b/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md index 3dececd8e0..e1693a9ba2 100644 --- a/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md +++ b/content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md @@ -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 snapshot restore snapshotdb +ETCDCTL_API=3 etcdctl --data-dir snapshot restore snapshotdb ``` For more information and examples on restoring a cluster from a snapshot file, see