Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for ServiceTypeLoadBalancer (0.18 sec)

  1. pilot/pkg/serviceregistry/kube/conversion.go

    			portMap[uint32(p.Port)] = uint32(p.NodePort)
    		}
    		istioService.Attributes.ClusterExternalPorts = map[cluster.ID]map[uint32]uint32{clusterID: portMap}
    		// address mappings will be done elsewhere
    	case corev1.ServiceTypeLoadBalancer:
    		if len(svc.Status.LoadBalancer.Ingress) > 0 {
    			var lbAddrs []string
    			for _, ingress := range svc.Status.LoadBalancer.Ingress {
    				if len(ingress.IP) > 0 {
    					lbAddrs = append(lbAddrs, ingress.IP)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top