File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,24 @@ there is a big chance that it won't work as expected.
1515
1616| Kubernetes Version | CA Version |
1717| --------| --------|
18+ | 1.7.X | 0.6.X |
1819| 1.6.X | 0.5.X |
1920| 1.5.X | 0.4.X |
2021| 1.4.X | 0.3.X |
2122
2223# Notable changes
2324
25+ CA Version 0.6:
26+ * Allows scaling node groups to 0 (currently only in GCE/GKE, other cloud providers are coming).
27+ * Price-based expander (currently only in GCE/GKE, other cloud providers are coming).
28+ * Similar node groups are balanced (to be enabled with a flag).
29+ * It is possible to scale-down nodes with kube-system pods if PodDisruptionBudget is provided.
30+ * Automatic node group discovery on AWS (to be enabled with a flag).
31+ * CA exposes runtime metrics.
32+ * CA exposes an endpoint for liveness probe.
33+ * max-grateful-termination-sec flag renamed to max-graceful-termination-sec.
34+ * Lower AWS API traffic to DescribeAutoscalingGroup.
35+
2436CA Version 0.5.4:
2537* Fixes problems with node drain when pods are ignoring SIGTERM.
2638
You can’t perform that action at this time.
0 commit comments