Skip to content

Instantly share code, notes, and snippets.

@gyfoster
Last active April 8, 2019 14:35
Show Gist options
  • Save gyfoster/3e0968a63fd75459293c81e33a6aa6e6 to your computer and use it in GitHub Desktop.
Save gyfoster/3e0968a63fd75459293c81e33a6aa6e6 to your computer and use it in GitHub Desktop.
Deletes all OpenShift resources pertaining to "my-app"
oc delete imagestream my-app
oc delete buildconfig my-app
oc delete dc my-app
oc delete service my-app
oc delete imagestream my-app
oc delete route my-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment