Skip to content

Instantly share code, notes, and snippets.

@rthallisey
Created April 24, 2018 17:54
Show Gist options
  • Save rthallisey/8fd9e976951d8255786f459f364e6936 to your computer and use it in GitHub Desktop.
Save rthallisey/8fd9e976951d8255786f459f364e6936 to your computer and use it in GitHub Desktop.
#!/bin/bash
oc get clusterserviceclass --no-headers | awk '{ print $1 }' | xargs oc delete clusterserviceclass
oc get clusterserviceplan --no-headers | awk '{ print $1 }' | xargs oc delete clusterserviceplan
apb bootstrap
apb relist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment