etcd bootstrap: specifying 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 
```
pull/635/head
axel simon 2021-02-17 17:28:26 +00:00 committed by GitHub
parent 3acaac6234
commit 92141152c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ EOF
List the etcd cluster members:
```
sudo ETCDCTL_API=3 etcdctl member list \
sudo etcdctl member list \
--endpoints=https://127.0.0.1:2379 \
--cacert=/etc/etcd/ca.pem \
--cert=/etc/etcd/kubernetes.pem \