redhat-ai-services / ai-accelerator

The AI Accelerator is a template project for setting up Red Hat OpenShift AI using GitOps
29 stars 60 forks source link

Update base image name in node-feature-discovery.yaml #80

Closed carlmes closed 3 days ago

carlmes commented 3 days ago

Fixed for OpenShift 4.17

carlmes commented 3 days ago

Tested working on OpenShift 4.17 cluster:

image

No more crashed pods in the openshift-nfd namespace:

image

All labels showing on GPU Enabled Node:

image
carlmes commented 3 days ago

Tested working on OpenShift 4.15 cluster:

image

All pods start ok. We noticed that the controller manager pod was using the new -rhel9 image, however the other pods were not, but behaving correctly. This might be auto decided by the subscription rather than the update to the subscription:

image

carlmes commented 3 days ago

Cross referencing the same update to the upstream GitOps CoP project: https://github.com/redhat-cop/gitops-catalog/pull/341