Use correct command for fetching the cluster spec

Co-authored-by: Alex Simenduev <shamil.si@gmail.com>
This commit is contained in:
Ole Markus With 2022-08-21 10:16:41 +02:00 committed by GitHub
parent dd9b40a751
commit c0114f0f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.