Skip to content

Commit 7498890

Browse files
committed
Modify command
1 parent b9acd99 commit 7498890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/adot-eks-add-on/requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path: '/docs/getting-started/adot-eks-add-on/requirements'
1414

1515
* Your cluster should be on Kubernetes version 1.21 or higher. You can verify the version you’re running with the following command:
1616
```console
17-
kubectl version --client --output=yaml
17+
kubectl version | grep "Server Version"
1818
```
1919

2020
* Make sure that you can use kubectl with your EKS cluster by updating your `kubeconfig` if necessary:

0 commit comments

Comments
 (0)