You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes dev/setup-rancher-clusters where `public_hostname` may end up
being without IP address.
E.g.
```
+ upstream_ctx=k3d-upstream
+ downstream_ctx=k3d-downstream1
+ rancherpassword=rancherpassword
+ public_hostname=
+ '[' -z '' ']'
+ kubectl get service -n kube-system traefik -o 'jsonpath={.status.loadBalancer.ingress[0].ip}'
Error from server (NotFound): services "traefik" not found
+ sleep 3
+ kubectl get service -n kube-system traefik -o 'jsonpath={.status.loadBalancer.ingress[0].ip}'
Error from server (NotFound): services "traefik" not found
+ sleep 3
+ kubectl get service -n kube-system traefik -o 'jsonpath={.status.loadBalancer.ingress[0].ip}'
Error from server (NotFound): services "traefik" not found
+ sleep 3
+ kubectl get service -n kube-system traefik -o 'jsonpath={.status.loadBalancer.ingress[0].ip}'
++ kubectl get service -n kube-system traefik -o 'jsonpath={.status.loadBalancer.ingress[0].ip}'
+ ip=
+ public_hostname=.sslip.io
```
0 commit comments