Created
January 28, 2021 10:19
-
-
Save ikurni/d4031f7d6c520b82fc70f10f7dadf436 to your computer and use it in GitHub Desktop.
Debug Failed to run Pods
This file contains hidden or 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
#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