We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9acd99 commit 7498890Copy full SHA for 7498890
src/docs/getting-started/adot-eks-add-on/requirements.mdx
@@ -14,7 +14,7 @@ path: '/docs/getting-started/adot-eks-add-on/requirements'
14
15
* Your cluster should be on Kubernetes version 1.21 or higher. You can verify the version you’re running with the following command:
16
```console
17
-kubectl version --client --output=yaml
+kubectl version | grep "Server Version"
18
```
19
20
* Make sure that you can use kubectl with your EKS cluster by updating your `kubeconfig` if necessary:
0 commit comments