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
clusterAPICloudConfigAuthoritative=flag.Bool("clusterapi-cloud-config-authoritative", false, "Treat the cloud-config flag authoritatively (do not fallback to using kubeconfig flag). ClusterAPI only")
177
-
cordonNodeBeforeTerminate=flag.Bool("cordon-node-before-terminating", false, "Should CA cordon nodes before terminating during downscale process")
177
+
cordonNodeBeforeTerminate=flag.Bool("cordon-node-before-terminating", true, "Should CA cordon nodes before terminating during downscale process")
178
178
daemonSetEvictionForEmptyNodes=flag.Bool("daemonset-eviction-for-empty-nodes", false, "DaemonSet pods will be gracefully terminated from empty nodes")
179
179
daemonSetEvictionForOccupiedNodes=flag.Bool("daemonset-eviction-for-occupied-nodes", true, "DaemonSet pods will be gracefully terminated from non-empty nodes")
180
180
userAgent=flag.String("user-agent", "cluster-autoscaler", "User agent used for HTTP calls.")
0 commit comments