Skip to content

Commit f0090da

Browse files
authored
Merge pull request #142 from mwielgus/relnotes-0.6
Release notes for CA 0.6
2 parents 76faeb5 + 39d2886 commit f0090da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cluster-autoscaler/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2436
CA Version 0.5.4:
2537
* Fixes problems with node drain when pods are ignoring SIGTERM.
2638

0 commit comments

Comments
 (0)