We have installed one istio and labeled namespace(default) istio.io/rev=1-8-1 and all services under this namespace are pointed to 1-14-1 istiod. Now i tried to install new istio whose revision is istio.io/rev=1-14-1. I want to test only one deployment pods which points to new istio rather than pointing to old istio.
Activity performed:-
- I updated labels on pods istio.io/rev=1-14-1 and created pod, but that pod still pointing to old istio because i think namespce taking precedence over object labels.
How can i inject sidecar of new istio in pods irresptive of removing namespace lables?
I want to test for some deployments by applying labels or annotation so that it can point to new istio if it works fine then rollout all services