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
In readme, the quick start case is a cluster environment launched with one click of kind, in which all the environments are ready. I have tried to use it and it works well.
But I tried to manually build my own cluster to run the case, and there were all kinds of unexpected errors. I wonder if we have a chance to write a document to describe this.
The general steps for my installation are as follows:
Install nvidia driver.
Install the kubernetes cluster with version 1.28.
Manually turn on the support of DRA. The modified components are kube-apiserver & kube-controller & kube-scheduler & kubelet.
Install nvidia-controller-runtime & set enable_cdi = true.
Manually build the dra image and install
But according to this process, I still encountered a lot of unexpected problems. I don't know if I did it wrong, so I hope to have a similar document to describe it to help a novice like me to use it normally.
The text was updated successfully, but these errors were encountered:
In readme, the quick start case is a cluster environment launched with one click of kind, in which all the environments are ready. I have tried to use it and it works well.
But I tried to manually build my own cluster to run the case, and there were all kinds of unexpected errors. I wonder if we have a chance to write a document to describe this.
The general steps for my installation are as follows:
But according to this process, I still encountered a lot of unexpected problems. I don't know if I did it wrong, so I hope to have a similar document to describe it to help a novice like me to use it normally.
The text was updated successfully, but these errors were encountered: