aws-samples / eks-workshop-greater-china

AWS Workshop for Learning EKS for Greater China
MIT No Attribution
144 stars 101 forks source link

Helm deploy nginx issue #12

Closed toreydai closed 4 years ago

toreydai commented 4 years ago

In Step 9.2 kubectl get svc --n default -w gcr-eks-webserver-nginx,"--n" is not right,you need to follow this: kubectl get svc -n default -w gcr-eks-webserver-nginx

liangruibupt commented 4 years ago

Thanks for promote, I will fix it.