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
llc@LLC:~$ sky launch -y -c mygpucluster --cloud k8s --gpus 4090:1 -- "nvidia-smi"
Task from command: nvidia-smi
No resource satisfying Kubernetes({'4090': 1}) on Kubernetes.
sky.exceptions.ResourcesUnavailableError: Kubernetes cluster does not contain any instances satisfying the request: 1x Kubernetes({'4090': 1}).
To fix: relax or change the resource requirements.
Hint: sky show-gpus to list available accelerators.
sky check to check the enabled clouds.
The text was updated successfully, but these errors were encountered:
Maybe still need to be fixed? I'll keep this issue open for follow-ups.
llc1123
changed the title
Local K8s cluster doesn't work with 4090 GPUs.
[BUG] Local K8s cluster doesn't work with GPU models containing numbers only.
Jan 26, 2025
Thanks for the report @llc1123. Given that step B3 worked but B4 failed indicates an issue with our instance selection logic.
romilbhardwaj
changed the title
[BUG] Local K8s cluster doesn't work with GPU models containing numbers only.
[k8s] Local K8s cluster doesn't work with GPU models containing numbers only.
Jan 27, 2025
I followed the troubleshooting guides to check GPU support:
https://docs.skypilot.co/en/latest/reference/kubernetes/kubernetes-troubleshooting.html#checking-gpu-support
The text was updated successfully, but these errors were encountered: