mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-16 08:52:53 +03:00
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 ```
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user