Skip to content

Commit 2f23edd

Browse files
authored
Update kubernetes_setup_using_eksctl.md
1 parent afb2718 commit 2f23edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kubernetes/kubernetes_setup_using_eksctl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ You can follow same procedure in the official AWS document [Getting started wit
5959
6. Validate your cluster using by creating by checking nodes and by creating a pod
6060
```sh
6161
kubectl get nodes
62-
kubectl run pod tomcat --image=tomcat
62+
kubectl run tomcat --image=tomcat
6363
```
6464

0 commit comments

Comments
 (0)