-
Feature
-
Resolution: Done
-
Major
-
3.10.0.GA, 3.11.0.GA, 3.12.0.GA, 3.13.0.GA
-
None
-
False
-
None
-
False
-
User Experience
-
-
When running DevSpaces on a cluster where ClusterAutoscaler is enabled, users' Workspace Pods can be evicted when they are running on a node that ClusterAutoscaler wants to scale down. One workaround is to add the following to the devfile for a Workspace:
attributes: pod-overrides: {"metadata": {"annotations": {"cluster-autoscaler.kubernetes.io/safe-to-evict":"false"}}}
It would be nice if there was an option at the CheCluster level to automatically add this annotation to all Workspace Pods so users are never interrupted by ClusterAutoscaler scale-down events.
- relates to
-
CRW-6811 [RN] Allow defining annotations for all pods in the Cloud Development Environment
- Resolved
- links to