Skip to content

Commit

Permalink
Review comments 2
Browse files Browse the repository at this point in the history
Change-Id: Id709e00009addbd5168e66c63c6cb473f6811ff6
  • Loading branch information
alculquicondor committed Mar 25, 2024
1 parent 8f58385 commit bf0b398
Showing 1 changed file with 7 additions and 8 deletions.
Expand Up @@ -6,11 +6,13 @@ description: >
Troubleshooting the status of a Pod or group of Pods
---

This doc is about troubleshooting pending Pods when directly managed by Kueue, in other words,
Pods that are not managed by kubernetes Jobs or supported CRDs.
This doc is about troubleshooting [plain Pods](/docs/tasks/run/plain_pods/) when directly managed by Kueue,
in other words, Pods that are not managed by kubernetes Jobs or supported CRDs.

{{% alert title="Note" color="primary" %}}
This doc focuses on the behavior of Kueue when managing Pods that is different from other job integrations.
You can read [Troubleshooting Jobs](troubleshooting_jobs) for more general troubleshooting steps.
{{% /alert %}}

## Is my Pod managed directly by Kueue?

Expand Down Expand Up @@ -58,8 +60,10 @@ Events:
Warning ErrWorkloadCompose 14s pod-kueue-controller 'my-pod-group' group has fewer runnable pods than expected
```

Note that the above event might show up for the first Pod that Kueue observes, and it will remain
{{% alert title="Note" color="primary" %}}
The above event might show up for the first Pod that Kueue observes, and it will remain
even if Kueue successfully creates the Workload for the Pod group later.
{{% /alert %}}

Once Kueue observes all the Pods for the group, you will see an output similar to the following:

Expand Down Expand Up @@ -98,8 +102,3 @@ Kueue will remove the finalizer from Pods when:
Once a Pod doesn't have any finalizers, Kubernetes will delete the Pods based on:
- Whether a user or a controller has issued a Pod deletion.
- The [Pod garbage collector](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection).

## See Also

- Read [Troubleshooting Jobs](troubleshooting_jobs) to learn generic troubleshooting steps for jobs
managed by Kueue

0 comments on commit bf0b398

Please sign in to comment.