Label (enable) project for auto injection oc label namespace $(oc project -q) istio-injection=enabled clean up sidecar containers part of deployment pods oc get pod |grep deploy | awk '{print $1}' | xargs --no-run-if-empty -I {} oc rsh -c istio-proxy {} pkill -f istio