Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ YAML_FILES=config/samples/amd.com_networkconfigs.yaml config/manifests/bases/amd
CRD_YAML_FILES = networkconfig-crd.yaml
K8S_KMM_CRD_YAML_FILES=module-crd.yaml nodemodulesconfig-crd.yaml
OPENSHIFT_KMM_CRD_YAML_FILES=module-crd.yaml nodemodulesconfig-crd.yaml
OPENSHIFT_CLUSTER_NFD_CRD_YAML_FILES=nodefeature-crd.yaml nodefeaturediscovery-crd.yaml nodefeaturerule-crd.yaml noderesourcetopology-crd.yaml
OPENSHIFT_CLUSTER_NFD_CRD_YAML_FILES=nodefeature-crd.yaml nodefeaturediscovery-crd.yaml nodefeaturerule-crd.yaml

ifdef OPENSHIFT
$(info selected openshift)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
categories: AI/Machine Learning,Networking,Monitoring
containerImage: registry.test.pensando.io:5000/amd-network-operator:dev
description: |-
Operator responsible for deploying AMD Network kernel drivers, device plugin, device test runner and device metrics exporter
Operator responsible for deploying AMD Network kernel drivers, device plugin, node labeller and device metrics exporter
For more information, visit [documentation](https://instinct.docs.amd.com/projects/network-operator/en/latest/)
devicePluginImage: docker.io/rocm/k8s-network-device-plugin:v0.0.1
features.operators.openshift.io/disconnected: "true"
Expand Down
Loading