istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/revision-tag-default-validation.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: installation 4 releaseNotes: 5 - | 6 **Updated** `istioctl tag set default` to control which revision handles Istio resource validation. The revision indicated 7 through the default tag will also win leader elections and assume singleton cluster responsibilities. 8 9 upgradeNotes: 10 - title: Default revision must be switched when performing a revision-based upgrade. 11 content: | 12 When installing a new Istio control plane revision the previous resource validator will remain unchanged to prevent 13 unintended effects on the existing, stable revision. Once prepared to migrate over to the new control plane revision, 14 cluster operators should switch the default revision. This can be done thorugh `istioctl tag set default --revision <new revision>`, 15 or if using a Helm-based flow, `helm upgrade istio-base manifests/charts/base -n istio-system --set defaultRevision=<new revision>`.