<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Monitor pending Workloads on Kueue</title><link>https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/</link><description>Recent content in Monitor pending Workloads 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.17/docs/tasks/manage/monitor_pending_workloads/index.xml" rel="self" type="application/rss+xml"/><item><title>Pending Workloads on-demand</title><link>https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand/</link><pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand/</guid><description>&lt;p&gt;This page shows you how to monitor pending workloads with &lt;code&gt;VisibilityOnDemand&lt;/code&gt; feature.&lt;/p&gt;
&lt;p&gt;The intended audience for this page are &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/#batch-administrator"&gt;batch administrators&lt;/a&gt; for &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand/#cluster-queue-visibility-via-kubectl"&gt;Cluster Queue visibility section&lt;/a&gt;, and &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/#batch-user"&gt;batch users&lt;/a&gt; for &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand/#local-queue-visibility-via-kubectl"&gt;Local Queue Visibility section&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;From version v0.6.0, Kueue provides the ability for a batch administrators to monitor
the pipeline of pending jobs, and help users to estimate when their jobs will
start.&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;Make sure the following conditions are met:&lt;/p&gt;</description></item><item><title>Pending Workloads in Grafana</title><link>https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_in_grafana/</link><pubDate>Thu, 12 Jun 2025 00:00:00 +0000</pubDate><guid>https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_in_grafana/</guid><description>&lt;p&gt;This guide explains how to monitor pending workloads in Grafana using the &lt;code&gt;VisibilityOnDemand&lt;/code&gt; feature.&lt;/p&gt;
&lt;p&gt;The intended audience for this page are &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/#batch-administrator"&gt;batch administrators&lt;/a&gt;
for ClusterQueue visibility, and &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/#batch-user"&gt;batch users&lt;/a&gt; for LocalQueue visibility.&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;Make sure the following conditions are met:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A Kubernetes cluster is running.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/installation/"&gt;Kueue&lt;/a&gt; v0.15.0 or later is installed.&lt;/li&gt;
&lt;li&gt;Prometheus Operator is installed. See &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/observability/setup_prometheus/"&gt;Setup Prometheus&lt;/a&gt; for instructions.&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://kueue.sigs.k8s.io/v0.17/docs/tasks/manage/monitor_pending_workloads/pending_workloads_on_demand/#monitor-pending-workloads-on-demand"&gt;VisibilityOnDemand&lt;/a&gt; feature is enabled.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setting-up-grafana-for-pending-workloads"&gt;
Setting Up Grafana for Pending Workloads
&lt;a href="#setting-up-grafana-for-pending-workloads" 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;h3 id="step-1-configure-cluster-permissions"&gt;
Step 1: Configure Cluster Permissions
&lt;a href="#step-1-configure-cluster-permissions" 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;/h3&gt;
&lt;p&gt;To enable visibility, create a &lt;code&gt;ClusterRole&lt;/code&gt; and &lt;code&gt;ClusterRoleBinding&lt;/code&gt; for either &lt;code&gt;ClusterQueue&lt;/code&gt; or &lt;code&gt;LocalQueue&lt;/code&gt;:&lt;/p&gt;</description></item></channel></rss>