<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Troubleshooting on Kueue</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/</link><description>Recent content in Troubleshooting on Kueue</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 00:10:19 -0700</lastBuildDate><atom:link href="https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Troubleshooting Jobs</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_jobs/</link><pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_jobs/</guid><description>&lt;p&gt;This doc is about troubleshooting pending &lt;a href="https://kubernetes.io/docs/concepts/workloads/controllers/job/"&gt;Kubernetes Jobs&lt;/a&gt;,
however, most of the ideas can be extrapolated to other &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/tasks/run/"&gt;supported job types&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See the &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/overview/#high-level-kueue-operation"&gt;Kueue overview&lt;/a&gt; to visualize the components that collaborate to run a Job.&lt;/p&gt;
&lt;p&gt;In this document, assume that your Job is called &lt;code&gt;my-job&lt;/code&gt; and it&amp;rsquo;s in the &lt;code&gt;my-namespace&lt;/code&gt; namespace.&lt;/p&gt;
&lt;h2 id="identifying-the-workload-for-your-job"&gt;
Identifying the Workload for your Job
&lt;a href="#identifying-the-workload-for-your-job" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;For each Job, Kueue creates a &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/concepts/workload/"&gt;Workload&lt;/a&gt; object to hold the
details about the admission of the Job, whether it was admitted or not.&lt;/p&gt;</description></item><item><title>Troubleshooting Queues</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_queues/</link><pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_queues/</guid><description>&lt;h2 id="why-no-workloads-are-admitted-in-the-localqueue"&gt;
Why no workloads are admitted in the LocalQueue?
&lt;a href="#why-no-workloads-are-admitted-in-the-localqueue" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The status of the &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/concepts/local_queue/"&gt;LocalQueue&lt;/a&gt; includes details of any configuration problems
on the LocalQueue, as part of the &lt;code&gt;Active&lt;/code&gt; condition.&lt;/p&gt;
&lt;p&gt;Run the following command to see the status of the LocalQueue:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;kubectl get localqueue -n my-namespace my-local-queue -o yaml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The status of the LocalQueue will be similar to the following:&lt;/p&gt;</description></item><item><title>Troubleshooting Provisioning Request in Kueue</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_provreq/</link><pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_provreq/</guid><description>&lt;p&gt;This document helps you troubleshoot ProvisioningRequests, an API defined by &lt;a href="https://github.com/kubernetes/autoscaler/blob/4872bddce2bcc5b4a5f6a3d569111c11b8a2baf4/cluster-autoscaler/provisioningrequest/apis/autoscaling.x-k8s.io/v1beta1/types.go#L41"&gt;ClusterAutoscaler&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kueue creates ProvisioningRequests via the &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/concepts/admission_check/provisioning_request/"&gt;Provisioning Admission Check Controller&lt;/a&gt;, and treats them like an &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/concepts/admission_check/"&gt;Admission Check&lt;/a&gt;. In order for Kueue to admit a Workload, the ProvisioningRequest created for it needs to succeed.&lt;/p&gt;
&lt;h2 id="before-you-begin"&gt;
Before you begin
&lt;a href="#before-you-begin" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Before you begin troubleshooting, make sure your cluster meets the following requirements:&lt;/p&gt;</description></item><item><title>Troubleshooting Pods</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_pods/</link><pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_pods/</guid><description>&lt;p&gt;This doc is about troubleshooting &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/tasks/run/plain_pods/"&gt;plain Pods&lt;/a&gt; when directly managed by Kueue,
in other words, Pods that are not managed by kubernetes Jobs or supported CRDs.&lt;/p&gt;


&lt;div class="alert alert-primary" role="alert"&gt;
&lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;

 This doc focuses on the behavior of Kueue when managing Pods that is different from other job integrations.
You can read &lt;a href="https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_jobs/"&gt;Troubleshooting Jobs&lt;/a&gt; for more general troubleshooting steps.

&lt;/div&gt;

&lt;h2 id="is-my-pod-managed-directly-by-kueue"&gt;
Is my Pod managed directly by Kueue?
&lt;a href="#is-my-pod-managed-directly-by-kueue" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Kueue adds the label &lt;code&gt;kueue.x-k8s.io/managed&lt;/code&gt; with value &lt;code&gt;true&lt;/code&gt; to Pods that it manages.
If the label is not present on a Pod, it means that Kueue is not going to admit or account for the
resource usage of this Pod directly.&lt;/p&gt;</description></item><item><title>Troubleshooting delete ClusterQueue</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_delete_clusterqueue/</link><pubDate>Wed, 28 Aug 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_delete_clusterqueue/</guid><description>&lt;p&gt;Deleting a ClusterQueue might require additional steps when it has active Workloads.&lt;/p&gt;
&lt;p&gt;This guide provides a clear approach to safely deleting a ClusterQueue,
explaining the process and offering alternative methods to handle specific scenarios.&lt;/p&gt;
&lt;p&gt;For this example, assume your ClusterQueue is named &lt;code&gt;my-cq&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="understanding-kubectl-delete-clusterqueue"&gt;
Understanding &lt;code&gt;kubectl delete clusterqueue&lt;/code&gt;
&lt;a href="#understanding-kubectl-delete-clusterqueue" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;When you run the following command:&lt;/p&gt;</description></item><item><title>Troubleshooting with Agent Skills</title><link>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_agent_skills/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.18/docs/tasks/troubleshooting/troubleshooting_agent_skills/</guid><description>&lt;p&gt;Kueue includes experimental agent skills that help an AI agent follow repeatable troubleshooting
runbooks for common workload investigations. The skills live in
&lt;a href="https://github.com/kubernetes-sigs/kueue/tree/main/cmd/experimental/skills"&gt;&lt;code&gt;cmd/experimental/skills&lt;/code&gt;&lt;/a&gt;
and are intended for agents that can read repository instructions such as &lt;code&gt;AGENTS.md&lt;/code&gt;.&lt;/p&gt;


&lt;div class="alert alert-warning" role="alert"&gt;
&lt;h4 class="alert-heading"&gt;Experimental&lt;/h4&gt;

 Agent skills and &lt;code&gt;AGENTS.md&lt;/code&gt; support are experimental. They are not Kueue APIs, CLI commands,
or released binaries, and they do not provide backwards or forwards compatibility guarantees.
Agent behavior is non-deterministic, so a human must supervise the investigation and validate
the results before taking action.

&lt;/div&gt;

&lt;h2 id="before-you-begin"&gt;
Before you begin
&lt;a href="#before-you-begin" class="anchor-link"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="24" height="24" viewBox="0 0 24 24"&gt;
 &lt;path d="M0 0h24v24H0z" fill="none"&gt;&lt;/path&gt;
 &lt;path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"&gt;&lt;/path&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Before using these skills, make sure:&lt;/p&gt;</description></item></channel></rss>