<?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://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/</link>
    <description>Recent content in Troubleshooting on Kueue</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 21 Apr 2026 15:27:52 -0400</lastBuildDate>
    <atom:link href="https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Troubleshooting Jobs</title>
      <link>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_jobs/</link>
      <pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_jobs/</guid>
      <description>&lt;p&gt;This doc is about troubleshooting pending &lt;a href=&#34;https://kubernetes.io/docs/concepts/workloads/controllers/job/&#34;&gt;Kubernetes Jobs&lt;/a&gt;,&#xA;however, most of the ideas can be extrapolated to other &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/&#34;&gt;supported job types&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;See the &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/overview/#high-level-kueue-operation&#34;&gt;Kueue overview&lt;/a&gt; to visualize the components that collaborate to run a Job.&lt;/p&gt;&#xA;&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;&#xA;&lt;h2 id=&#34;identifying-the-workload-for-your-job&#34;&gt;&#xA;Identifying the Workload for your Job&#xA;&lt;a href=&#34;#identifying-the-workload-for-your-job&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;For each Job, Kueue creates a &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/concepts/workload/&#34;&gt;Workload&lt;/a&gt; object to hold the&#xA;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://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_queues/</link>
      <pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_queues/</guid>
      <description>&lt;h2 id=&#34;why-no-workloads-are-admitted-in-the-localqueue&#34;&gt;&#xA;Why no workloads are admitted in the LocalQueue?&#xA;&lt;a href=&#34;#why-no-workloads-are-admitted-in-the-localqueue&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The status of the &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/concepts/local_queue/&#34;&gt;LocalQueue&lt;/a&gt; includes details of any configuration problems&#xA;on the LocalQueue, as part of the &lt;code&gt;Active&lt;/code&gt; condition.&lt;/p&gt;&#xA;&lt;p&gt;Run the following command to see the status of the LocalQueue:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;kubectl get localqueue -n my-namespace my-local-queue -o yaml&#xA;&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://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_provreq/</link>
      <pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_provreq/</guid>
      <description>&lt;p&gt;This document helps you troubleshoot ProvisioningRequests, an API defined by &lt;a href=&#34;https://github.com/kubernetes/autoscaler/blob/4872bddce2bcc5b4a5f6a3d569111c11b8a2baf4/cluster-autoscaler/provisioningrequest/apis/autoscaling.x-k8s.io/v1beta1/types.go#L41&#34;&gt;ClusterAutoscaler&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Kueue creates ProvisioningRequests via the &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/concepts/admission_check/provisioning_request/&#34;&gt;Provisioning Admission Check Controller&lt;/a&gt;, and treats them like an &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/concepts/admission_check/&#34;&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;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;&#xA;Before you begin&#xA;&lt;a href=&#34;#before-you-begin&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&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://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_pods/</link>
      <pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_pods/</guid>
      <description>&lt;p&gt;This doc is about troubleshooting &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/run/plain_pods/&#34;&gt;plain Pods&lt;/a&gt; when directly managed by Kueue,&#xA;in other words, Pods that are not managed by kubernetes Jobs or supported CRDs.&lt;/p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;&#xA;&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;&#xA;&#xA;    This doc focuses on the behavior of Kueue when managing Pods that is different from other job integrations.&#xA;You can read &lt;a href=&#34;https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_jobs/&#34;&gt;Troubleshooting Jobs&lt;/a&gt; for more general troubleshooting steps.&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;is-my-pod-managed-directly-by-kueue&#34;&gt;&#xA;Is my Pod managed directly by Kueue?&#xA;&lt;a href=&#34;#is-my-pod-managed-directly-by-kueue&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&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.&#xA;If the label is not present on a Pod, it means that Kueue is not going to admit or account for the&#xA;resource usage of this Pod directly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Troubleshooting delete ClusterQueue</title>
      <link>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/docs/tasks/troubleshooting/troubleshooting_delete_clusterqueue/</link>
      <pubDate>Wed, 28 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-10701--kubernetes-sigs-kueue.netlify.app/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;&#xA;&lt;p&gt;This guide provides a clear approach to safely deleting a ClusterQueue,&#xA;explaining the process and offering alternative methods to handle specific scenarios.&lt;/p&gt;&#xA;&lt;p&gt;For this example, assume your ClusterQueue is named &lt;code&gt;my-cq&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-kubectl-delete-clusterqueue&#34;&gt;&#xA;Understanding &lt;code&gt;kubectl delete clusterqueue&lt;/code&gt;&#xA;&lt;a href=&#34;#understanding-kubectl-delete-clusterqueue&#34; class=&#34;anchor-link&#34;&gt;&#xA;    &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;currentColor&#34; width=&#34;24&#34; height=&#34;24&#34; viewBox=&#34;0 0 24 24&#34;&gt;&#xA;    &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;When you run the following command:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
