CrowdStrike / falcon-operator

https://artifacthub.io/packages/olm/falcon-operator/falcon-operator
Apache License 2.0
48 stars 36 forks source link

Add namespace and CRD cleanup steps to OpenShift GUI uninstall docs #552

Closed evanstoner closed 3 months ago

evanstoner commented 3 months ago

This is required, but only reflected in the CLI steps.

evanstoner commented 3 months ago

Also need to extend cleanup steps to include ClusterRole and ClusterRoleBinding:

oc delete $(oc get clusterrole,clusterrolebinding -l crowdstrike.com/created-by=falcon-operator) -o name)