Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inner (0.12 sec)

  1. istioctl/pkg/workload/workload.go

    }
    
    // Retrieves the external IP of the ingress-gateway for the hosts file additions
    func createHosts(kubeClient kube.CLIClient, istioNamespace, ingressIP, dir string, revision string) error {
    	// try to infer the ingress IP if the provided one is invalid
    	if agent.ValidateIPAddress(ingressIP) != nil {
    		p := strings.Split(ingressSvc, ".")
    		ingressNs := istioNamespace
    		if len(p) == 2 {
    			ingressSvc = p[0]
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Apr 17 20:06:41 GMT 2024
    - 25.5K bytes
    - Viewed (0)
Back to top