You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been seeing the following error when deploying gpu-operator on my EKS cluster managed through argocd: spec.driver.useNvidiaDriverCRD: field not declared in schema .status.conditions: field not declared in schema
Although the gpu-operator still works fine and the gpu-workload does get assigned to a gpu-node but I still see this problem with the configuration in argocd which is not letting the application sync:
3. Steps to reproduce the issue
I'm using the gpu-operator v23.9.1
I downloaded the gpu operator using the command below:
helm fetch nvidia/gpu-operator --untar
And then installed the gpu operator using argocd
4. Information to attach (optional if deemed irrelevant)
kubernetes pods status: kubectl get pods -n ops-gpu-operator
kubernetes daemonset status: kubectl get ds -n ops-gpu-operator
The text was updated successfully, but these errors were encountered:
It appears this is an open issue with ArgoCD concerning schema validation of the new CRD. See these related issues: #602 (comment) argoproj/argo-cd#16144
1. Quick Debug Information
2. Issue or feature description
I've been seeing the following error when deploying gpu-operator on my EKS cluster managed through argocd:
spec.driver.useNvidiaDriverCRD: field not declared in schema .status.conditions: field not declared in schema
Although the gpu-operator still works fine and the gpu-workload does get assigned to a gpu-node but I still see this problem with the configuration in argocd which is not letting the application sync:
3. Steps to reproduce the issue
I'm using the gpu-operator v23.9.1
I downloaded the gpu operator using the command below:
And then installed the gpu operator using argocd
4. Information to attach (optional if deemed irrelevant)
kubectl get pods -n ops-gpu-operator
kubectl get ds -n ops-gpu-operator
The text was updated successfully, but these errors were encountered: