mirror of https://github.com/kubernetes/kops.git
Use correct command for fetching the cluster spec
Co-authored-by: Alex Simenduev <shamil.si@gmail.com>
This commit is contained in:
parent
dd9b40a751
commit
c0114f0f29
|
@ -18,7 +18,7 @@ It's not typically necessary to view or manipulate the data inside of etcd direc
|
|||
1\. Determine which version of etcd is running
|
||||
|
||||
```bash
|
||||
kubectl get cluster --full -o yaml
|
||||
kops get cluster --full -o yaml
|
||||
```
|
||||
|
||||
Look at the `etcdCluster` configuration's `version` for the given cluster.
|
||||
|
|
Loading…
Reference in New Issue