Rename 'portal IP' to 'cluster IP' most everywhere
This covers obvious transforms, but not --portal_net, $PORTAL_NET and similar.
This commit is contained in:
@@ -553,7 +553,7 @@ func printService(svc *api.Service, w io.Writer, withNamespace bool) error {
|
||||
name = svc.Name
|
||||
}
|
||||
|
||||
ips := []string{svc.Spec.PortalIP}
|
||||
ips := []string{svc.Spec.ClusterIP}
|
||||
|
||||
ingress := svc.Status.LoadBalancer.Ingress
|
||||
for i := range ingress {
|
||||
|
Reference in New Issue
Block a user