-
Justin Santa Barbara authored
On AWS, we create ELBs for services with Type=LoadBalancer. ELBs use hostnames, and the hostname is too long to fit in the output of `kubectl get`. So instead the user must do `kubectl describe service <id>`. Fix #13827
c081e29a