I installed Istio with istioctl and our cluster has multiple Istio control planes. So as part of upgrading to a new Istio version, I want to delete the older version. What is the recommended approach?
istioctl x uninstall -f manifesthelm uninstall(in my case this doesn't work as I'm not installing withhelm)
Any other approaches?