Draft: Resolve "Provide tooling to migrate an active cluster from Operator Istio to Helm Istio."
suggestion: there should be no reason the customer needs to disable the
istioOperator
until after the migration is complete. We can disableistio
and enableistioCore
in one helm upgrade cycle. Theistiod
torn down by removingistio
will be replaced by theistiod
created byistioCore
, allowing workloads in the cluster to re-establish their XDS connections. Then we'd completely sidestep the need to delete the namespace.Edited by Zach Callahan
Main question I have...is this in the correct location or does it belong somewhere else in /docs ?