install gpu-operator fail #11174
-
Environmental Info:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Describe the bug: The cluster is provisioned with Helm. There are a Nvidia 4090 GPU card in node localhost.localdomain. When I try to install gpu-operator 24.6.2 with helm-chart, i get following error
Expected behavior: helm install successfully. Actual behavior: helm install fail |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't believe this is an issue with k3s. This looks like a problem with the chart or the values you're passing when installing the chart. Did you want to enable creating the CRDs? |
Beta Was this translation helpful? Give feedback.
I will note that the
no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
error suggests that helm is talking to a VERY old version of Kubernetes that still usesapiextensions.k8s.io/v1beta1
for CRDs. Ensure that you're using the same kubeconfig forhelm
as you arekubectl
- note the kubectl that comes with k3s may be using a different kubeconfig than helm. See https://docs.k3s.io/cluster-access