Skip to content

Instantly share code, notes, and snippets.

@ikurni
Created January 28, 2021 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikurni/d4031f7d6c520b82fc70f10f7dadf436 to your computer and use it in GitHub Desktop.
Save ikurni/d4031f7d6c520b82fc70f10f7dadf436 to your computer and use it in GitHub Desktop.
Debug Failed to run Pods
#To Debug/run pods without interrupted by Kubernetes Health check process, do :
oc debug dc/dc-name
#or
oc debug deplyoment/deployment-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment