We were doing a test on Canary upgrade of our Istio setup from 1.7.3
to 1.8.6
version.
So we installed canary version 1-8-6
for the istio controlplane and we mapped one namespace to the upgraded version. We tested the application and we were getting 200 response.
Everything was working as expected till this point. So in order to try a rollback, we just went to the document but the steps are not clear enough regarding the rollback.
What is the method to reinstall the gateway here? We used istioctl
with overlay and default profile for v1.7.3
installation. So, how to reinstall the gatway?
After uninstalling the canary version, the ingress gateway pods got removed and our application got down with a 500
error.
So would like to clear about the exact process to rollback from canary version to previous installed version. But due to some issues, we want to rollback to previous version.