k3d fails to pull custom gpu image #703
Unanswered
kkwekkeboom
asked this question in
Q&A
Replies: 1 comment
-
Hi @kkwekkeboom, thanks for starting this discussion!
The error is really about k3d (not k3s in the container) failing to pull your image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was following the guide on running CUDA workloads here. When creating a cluster using
k3d cluster create gputest --image='<my-private-registry>/rancher/k3s:v1.21.2-k3s1-cuda'
I getThis should not be the case as
docker pull <my-private-registry>/rancher/k3s:v1.21.2-k3s1-cuda
works fine on the same host.Providing a registries.yaml does not seem to help. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions