From 0a3270e4a8ca1770bdc745e3e1fc145a2bcc3b01 Mon Sep 17 00:00:00 2001 From: Natan Yellin Date: Thu, 20 Mar 2025 19:29:52 +0200 Subject: [PATCH] Update KubePodNotReady.md --- content/runbooks/kubernetes/KubePodNotReady.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/runbooks/kubernetes/KubePodNotReady.md b/content/runbooks/kubernetes/KubePodNotReady.md index 0e07b4a..2bc344f 100644 --- a/content/runbooks/kubernetes/KubePodNotReady.md +++ b/content/runbooks/kubernetes/KubePodNotReady.md @@ -50,6 +50,8 @@ Other things to check: - lack of special container capabilities (securityContext) - app is executed in different directory than expected (for example WORKDIR from Docerkfile is not used in OpenShift) +- if the something can't be scheduled due to Node Port Conflict + use `kubectl get svc -o wide` to check who else is binding the port ## Mitigation