Stage 3. Pod not initialized

During the launch, Pods go through a sequence of execution stages. After scheduling the Pod on the Node and preparing containers, Kubernetes will launch init containers. This validator detects if at least one of the init containers within this Pod failed to complete successfully.

Affected Resources: Pod

Example

kind: Pod ... status: conditions: - type: Initialized status: "False" lastProbeTime: null lastTransitionTime: 2022-01-01T00:00:00Z

Resolution

  • Check init container logs
  • Share this article on:
    message