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
When using the Kubernetes driver the buildx builder instance isn't getting cleaned up, leaving dangling deployments on the cluster (which in our case is leaving extra nodes on the cluster indefinitely).
Steps to reproduce this issue
Use the kubernetes driver
Have a build run
Note the builder isn't cleaned up
Expected behaviour
The builder gets cleaned up removing the Kubernetes deployment
Actual behaviour
Kubernetes deployments of builder instances linger indefinitely.
I think the current API for the Kubernetes driver in Buildx is using the pod.spec. For this case we would need a driver option to use ephemeralcontainers maybe? Any idea @AkihiroSuda@morlay?
Behaviour
When using the Kubernetes driver the buildx builder instance isn't getting cleaned up, leaving dangling deployments on the cluster (which in our case is leaving extra nodes on the cluster indefinitely).
Steps to reproduce this issue
Expected behaviour
The builder gets cleaned up removing the Kubernetes deployment
Actual behaviour
Kubernetes deployments of builder instances linger indefinitely.
Configuration
Logs
The text was updated successfully, but these errors were encountered: