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