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
Due to having finite resources available in a Kubernetes Cluster there's scenarios where users try to provision a workspace and the pod sits in pending state.
The pod sits in pending state forever and the terraform eventually bombs out with context deadline exceeded and the workspace going into failed state.
Is there plans to provide a preflight check so it blocks the user from provisioning?
Is there something we can interface with coder to signal resource constraint issue during workspace creation?
How can we auto cleanup failed workspaces from Coder so the pod does not sit in pending forever?