Last active
April 8, 2019 14:35
-
-
Save gyfoster/3e0968a63fd75459293c81e33a6aa6e6 to your computer and use it in GitHub Desktop.
Deletes all OpenShift resources pertaining to "my-app"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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