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 afb2718 commit 2f23eddCopy full SHA for 2f23edd
Kubernetes/kubernetes_setup_using_eksctl.md
@@ -59,6 +59,6 @@ You can follow same procedure in the official AWS document [Getting started wit
59
6. Validate your cluster using by creating by checking nodes and by creating a pod
60
```sh
61
kubectl get nodes
62
- kubectl run pod tomcat --image=tomcat
+ kubectl run tomcat --image=tomcat
63
```
64
0 commit comments