EXTERNAL-IP stuck on pending status
nanthanwa opened this issue · 1 comments
nanthanwa commented
When I run kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
hello-kubernetes LoadBalancer 10.100.179.79 <pending> 80:30607/TCP 37m
and not have any errors in events service
edit :
I change the type of service from LoadBalancer to NodePort because I run cluster on-prem. not support type LoadBalancer
paulbouwer commented
@nanthan - the instructions do lean towards cloud deployments (LoadBalancer). I'll add an issue for additional instructions for on-prem and local clusters.
Thanks for reporting and using.