From 6b5ffc4d74a6702f6d82a5e8f8ffa9dc60b64317 Mon Sep 17 00:00:00 2001 From: Leo Ochoa Date: Fri, 19 Jun 2026 14:01:56 +0200 Subject: [PATCH] docs: migrate NodeFeatureRule apiVersion to nfd.k8s-sigs.io/v1alpha1 (#1532) Signed-off-by: Leonardo Ochoa-Aday (cherry picked from commit 0163783b70e173839af708cd7e5a0c3d35c9e699) --- docs/installation/openshift-olm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/openshift-olm.md b/docs/installation/openshift-olm.md index a239eacf..c23abf0d 100644 --- a/docs/installation/openshift-olm.md +++ b/docs/installation/openshift-olm.md @@ -323,7 +323,7 @@ spec: You can alternatively create a namespaced `NodeFeatureRule` custom resource to avoid modifying `NodeFeatureDiscovery` which could possibly interrupt the existing node label. ```yaml -apiVersion: nfd.openshift.io/v1alpha1 +apiVersion: nfd.k8s-sigs.io/v1alpha1 kind: NodeFeatureRule metadata: name: amd-gpu-operator-nfdrule