istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/32462.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: istioctl 4 5 issue: 6 - https://github.com/istio/istio/issues/34411 7 8 releaseNotes: 9 - | 10 **Added** two mutually-exclusive flags to `istioctl x workload entry configure` 11 12 * `--internal-ip` configures the VM workload with a private IP address used for workload auto registration and health probes. 13 * `--external-ip` configures the VM workload with a public IP address used for workload auto registration. Meanwhile, it configures health probes to be performed through localhost. By setting the environment variable `REWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION` to true.