From f00b589ccdffcdeccb5400825ab6e7edd5a1f906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 7 Apr 2026 19:23:22 +0200 Subject: [PATCH] Revert "kata-deploy: Temporarily comment GPU specific labels" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 02c9a4b23ccf15d0780a7d2fb5893bef51050fe4, as GPU Operator v26.3.0 is out, and becomes a requirement. Signed-off-by: Fabiano FidĂȘncio --- .../kata-deploy/helm-chart/kata-deploy/values.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml b/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml index e13eb633f2..96b0040cda 100644 --- a/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml +++ b/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml @@ -143,9 +143,8 @@ shims: runtimeClass: # This label is automatically added by gpu-operator. Override it # if you want to use a different label. - # Uncomment once GPU Operator v26.3 is out - # nodeSelector: - # nvidia.com/cc.ready.state: "false" + nodeSelector: + nvidia.com/cc.ready.state: "false" qemu-nvidia-gpu-snp: enabled: ~ @@ -166,8 +165,7 @@ shims: # If you don't have NFD, you need to add the snp label by other # means to your SNP nodes. nodeSelector: - # Uncomment once GPU Operator v26.3 is out - # nvidia.com/cc.ready.state: "true" + nvidia.com/cc.ready.state: "true" amd.feature.node.kubernetes.io/snp: "true" qemu-nvidia-gpu-tdx: @@ -189,8 +187,7 @@ shims: # If you don't have NFD, you need to add the tdx label by other # means to your TDX nodes. nodeSelector: - # Uncomment once GPU Operator v26.3 is out - # nvidia.com/cc.ready.state: "true" + nvidia.com/cc.ready.state: "true" intel.feature.node.kubernetes.io/tdx: "true" qemu-snp: