Pausing Istio Operator helm Reconciliation during update,
As it is causing inconsistent behavior while upgrading
from pre-operator-deprecation to post-operator-deprecation.
Test Plan:
PASSED: build-pkgs and designer iso.
PASSED: ISO deployed on Duplex Machine.
PASSED: Upgrade test from 24.09 to 25.09, Patched IstioOperator
helm release with
"kubectl -n istio-system patch helmrelease
istio-operator --type=merge
--field-manager=flux-client-side-apply
-p '{"spec": {"suspend": true}}'" ,
right before "software deploy activate".
Istio Application got updated successfully.
PASSED: On 25.09 Duplex Machine, Test Update
from Istio 24.09.37.tgz to 25.09.41.tgz
(Tarball containing this code)
PASSED: Check seamless deployments of all Istio Helm charts
and corresponding pods.
Story: 2011403
Task: 52844
Change-Id: Ic97a21046b6e27f3ae9cc0843c9c0fa55b673fb1
Signed-off-by: Aman Pandae <AmanPandae.Mothukuri@windriver.com>