Merge pull request #77 from victorbiga/patch-2

fix(docs): update KubePodNotReady.md runbook typo
This commit is contained in:
Simon Pasquier
2024-10-03 15:27:07 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ State Pending means pod can not be created for specific namespace and node.
<details> <details>
<summary>Full context</summary> <summary>Full context</summary>
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/) See [pod-lifecycle](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/)
</details> </details>