-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
Maistra TP sprint 3
The documentation for cleaning up installations when attempted manually needs to be updated to include the CRDs, it currently covers the following
oc delete project istio-system oc delete csr istio-sidecar-injector.istio-system oc get crd | grep istio | awk '{print $1}' | xargs oc delete crd oc get mutatingwebhookconfigurations | grep istio | awk '{print $1}' | xargs oc delete mutatingwebhookconfigurations oc get validatingwebhookconfiguration | grep istio | awk '{print $1}' | xargs oc delete validatingwebhookconfiguration oc get clusterroles | grep istio | awk '{print $1}' | xargs oc delete clusterroles oc get clusterrolebindings | grep istio | awk '{print $1}' | xargs oc delete clusterrolebindings
It is now necessary to include the CRDs in this list.