From 47ec808d6f2377e117b9f1e0e0d79829e9aebde9 Mon Sep 17 00:00:00 2001 From: axel simon Date: Wed, 17 Feb 2021 17:29:56 +0000 Subject: [PATCH] smoke test: specifying etcdctl API version no longer needed current versions of etcdctl (such as 3.4.10) default to API verison 3: ``` VERSION: 3.4.10 API VERSION: 3.4 ``` --- docs/13-smoke-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13-smoke-test.md b/docs/13-smoke-test.md index c718540..564bcdb 100644 --- a/docs/13-smoke-test.md +++ b/docs/13-smoke-test.md @@ -17,7 +17,7 @@ Print a hexdump of the `kubernetes-the-hard-way` secret stored in etcd: ``` gcloud compute ssh controller-0 \ - --command "sudo ETCDCTL_API=3 etcdctl get \ + --command "sudo etcdctl get \ --endpoints=https://127.0.0.1:2379 \ --cacert=/etc/etcd/ca.pem \ --cert=/etc/etcd/kubernetes.pem \