Skip to content

Commit

Permalink
Update NFD operator files in releases/2.8.0 (#1587)
Browse files Browse the repository at this point in the history
update nfd yamls
  • Loading branch information
bdattoma authored Jul 2, 2024
1 parent a7b44a7 commit 98b2d93
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ods_ci/tasks/Resources/Provisioning/GPU/nfd_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: nfd.openshift.io/v1
kind: NodeFeatureDiscovery
metadata:
name: nfd-instance
namespace: nvidia-gpu-operator
namespace: openshift-nfd
spec:
instance: "" # instance is empty by default
topologyupdater: false # False by default
Expand Down Expand Up @@ -54,4 +54,4 @@ spec:
- "03"
- "12"
deviceLabelFields:
- "vendor"
- "vendor"
29 changes: 29 additions & 0 deletions ods_ci/tasks/Resources/Provisioning/GPU/nfd_operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-nfd

---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: openshift-nfd-og
namespace: openshift-nfd
spec:
targetNamespaces:
- openshift-nfd
upgradeStrategy: Default


---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: nfd
namespace: openshift-nfd
spec:
channel: "stable"
installPlanApproval: Automatic
name: nfd
source: redhat-operators
sourceNamespace: openshift-marketplace

0 comments on commit 98b2d93

Please sign in to comment.