-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to get sandbox runtime: no runtime for "spin" is configured (vanilla Kubernetes) #165
Comments
Sorry for the late reply. Given the screenshots I am not entirely sure what the issue was. Hence a few questions from my side to aid debugging:
|
Thank you for the help! I dug into the containerd logs as you recommended and that led me down a rabbit hole that ended me up on the Nvidia GPU operator GitHub issues page, where I found this issue, and ultimately following the Since this issue will be present on any out-of-the-box Enterprise Linux variant (e.g. Redhat, CentOS, Rocky, Alma) Kubernetes cluster, I would be happy to open a PR to add a note of warning to your documentation, hopefully it will save frustration for anyone who comes after me. Thank you! |
That would be great! I am extremely happy to hear that you were able to figure out the issue and made it work! 🥳 |
Hi @hotspoons, I think I've run into this same issue using Rocky Linux 9. Was the cgroups Configuration the only thing you changed? Applied the changes to no effect. Thanks in advance. A. |
I have the spin shim installed on my worker nodes:
And the spin containerd plugin configured on my worker nodes:
The runtime class configured on my cluster:
This is the deployment config for the hello world app I was trying to get working:
But this is what I get when trying to deploy any of the pods:
Did I miss something? I tried with the fermyon helm chart and binaries from here, same result. Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: