Using sysbox with autoscaling nodes: deadlock #966
Unanswered
victornoel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use sysbox (as a daemon set) in GKE cluser, and I'm using autoscaler to create nodes only if there is a pod to be created.
The problem is that the pod is created, and because it is scheduled, then the node is created, and the following happens:
I see that there is a taint used to prevent pod deployments before sysbox is done
sysbox-runtime=not-running:NoSchedule, but it's already too late because the pod is already scheduled to be able to create the node (if I understood correctly).Are there known way to solve this elegantly?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions