Replies: 1 comment 2 replies
-
According to your output, your node has 1 GPU, and you already have 1 GPU allocated. You cannot run another GPU pod until the first pod goes away and releases its allocation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I just freshly installed TrueNAS Scale and tried to deploy Immich app on k3s.
I'm using Ryzen 4650G CPU, I see during deployment that my integrated AMD GPU is correctly recognized.
I see available amd gpu on my node:
pod container requests gpu:
but I still see in the scheduler errors:
k3s service logs:
I noticed similar issue across multiple places with no solution, why this would happen:
https://www.truenas.com/community/threads/immich-ix-apps-with-amd-gpu-0-1-nodes-are-available-1-insufficient-amd-com-gpu.116472/
https://stackoverflow.com/questions/77217560/k3s-nvidia-container-runtime-support-not-detecting-gpu
Can someone guide me to the right direction what should I do?
Beta Was this translation helpful? Give feedback.
All reactions