istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/move-istio_cni-to-pilot-values.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: installation 4 issue: 5 - 49290 6 releaseNotes: 7 - | 8 **Improved** helm value field names to configure whether an existing CNI install 9 will be used. Instead of values.istio_cni the enablement fields will be in 10 values.pilot.cni as istiod is the affected component. 11 That is clearer than having values.cni for install config and values.istio_cni 12 for enablement in istiod. The old values.istio_cni fields will still be supported 13 for at least two releases.