- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IstiodHost (0.06 sec)
-
istioctl/pkg/workload/workload.go
} } var hosts string if netutil.IsValidIPAddress(ingressIP) { hosts = fmt.Sprintf("%s %s\n", ingressIP, IstiodHost(istioNamespace, revision)) } else { log.Warnf("Could not auto-detect IP for %s/%s. Use --ingressIP to manually specify the Gateway address to reach istiod from the VM.", IstiodHost(istioNamespace, revision), istioNamespace) } return os.WriteFile(filepath.Join(dir, "hosts"), []byte(hosts), filePerms) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)