From cfc9eb01da545498b84b101b8adb269d0536fa65 Mon Sep 17 00:00:00 2001 From: Abel Lu <66392457+azn-abel@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:31:23 -0500 Subject: [PATCH] Additional links to "What's next" in determine-reason-pod-failure.md (#44288) Issue #44207 --- .../debug/debug-application/determine-reason-pod-failure.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md b/content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md index 0af7d3dd52..c007fd9afe 100644 --- a/content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md +++ b/content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md @@ -127,5 +127,8 @@ is empty and the container exited with an error. The log output is limited to * See the `terminationMessagePath` field in [Container](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core). +* See [ImagePullBackOff](/docs/concepts/containers/images/#imagepullbackoff) in [Images](/docs/concepts/containers/images/). * Learn about [retrieving logs](/docs/concepts/cluster-administration/logging/). * Learn about [Go templates](https://pkg.go.dev/text/template). +* Learn about [Pod status](/docs/tasks/debug/debug-application/debug-init-containers/#understanding-pod-status) and [Pod phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). +* Learn about [container states](/docs/concepts/workloads/pods/pod-lifecycle/#container-states).