Skip to content

Commit

Permalink
Update kubernetes_setup_using_eksctl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yankils committed Nov 11, 2021
1 parent afb2718 commit 2f23edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kubernetes/kubernetes_setup_using_eksctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ You can follow same procedure in the official AWS document [Getting started wit
6. Validate your cluster using by creating by checking nodes and by creating a pod
```sh
kubectl get nodes
kubectl run pod tomcat --image=tomcat
kubectl run tomcat --image=tomcat
```

0 comments on commit 2f23edd

Please sign in to comment.