Uploaded image for project: 'Maistra'
  1. Maistra
  2. MAISTRA-73

Update removal docs when our uninstaller is not used

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: Major Major
    • maistra-0.3.0
    • 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.

            Unassigned Unassigned
            kconner@redhat.com Kevin Conner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: