From 90c4334938eaf512576a8accd7064fd77d8c3574 Mon Sep 17 00:00:00 2001 From: Victor Biga Date: Sat, 28 Sep 2024 11:06:46 +0200 Subject: [PATCH] fix(docs): update KubePodNotReady.md runbook typo --- content/runbooks/kubernetes/KubePodNotReady.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/runbooks/kubernetes/KubePodNotReady.md b/content/runbooks/kubernetes/KubePodNotReady.md index ede3364..0e07b4a 100644 --- a/content/runbooks/kubernetes/KubePodNotReady.md +++ b/content/runbooks/kubernetes/KubePodNotReady.md @@ -15,7 +15,7 @@ State Pending means pod can not be created for specific namespace and node.
Full context -Pod failed to reach reay state, depending on the readiness/liveness probes. +Pod failed to reach ready state, depending on the readiness/liveness probes. See [pod-lifecycle](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/)