From 7d1dbc623e19672af34876aff53bb7b404d6efcd Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:50:05 -0400 Subject: [PATCH] Add note for liveiness probes for dcgm and dcgm-exporter operands Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/release-notes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpu-operator/release-notes.rst b/gpu-operator/release-notes.rst index 6e47426ec..13ede10ba 100644 --- a/gpu-operator/release-notes.rst +++ b/gpu-operator/release-notes.rst @@ -114,6 +114,9 @@ New Features * Added support for the DCGM Exporter to expose a metric port on the host network namespace. Enabled by setting ``hostNetwork: true`` in the ClusterPolicy custom resource, or passing ``--set dcgmExporter.hostNetwork=true`` to the Helm chart. (`PR #1962 `_) +* Added liveness and readiness probes for the DCGM and DCGM Exporter pods. + The probes ensure that pods are not marked as ready until DCGM is ready to serve traffic. (`PR #2175 `_) + * Added PodSecurityContext support for DaemonSets (`PR #2120 `_). In ClusterPolicy, set ``spec.daemonsets.podSecurityContext``; in NVIDIADriver, set ``spec.podSecurityContext``.