istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/35539.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: bug-fix
     3  area: istioctl
     4  issue:
     5    - https://github.com/istio/istio/issues/35539
     6  
     7  releaseNotes:
     8  - |
     9    **Fixed** APP pods (such as httpbin) can not be created if not using 'istio-system' as the Istio namespace to install Istio at the first time. And `istioctl install`, `istioctl tag set` and `istioctl tag generate` will be influenced. For example, user can set a specified namespace (`mesh-1` as an example) to install Istio via `istioctl install --set profile=demo --set values.global.istioNamespace=mesh-1 -y`