Release notes for CA 0.6

This commit is contained in:
Marcin Wielgus 2017-06-27 12:03:32 +02:00
parent b3e25a968e
commit 39d28864fd
1 changed files with 12 additions and 0 deletions

View File

@ -15,12 +15,24 @@ there is a big chance that it won't work as expected.
| Kubernetes Version | CA Version | | Kubernetes Version | CA Version |
|--------|--------| |--------|--------|
| 1.7.X | 0.6.X |
| 1.6.X | 0.5.X | | 1.6.X | 0.5.X |
| 1.5.X | 0.4.X | | 1.5.X | 0.4.X |
| 1.4.X | 0.3.X | | 1.4.X | 0.3.X |
# Notable changes # Notable changes
CA Version 0.6:
* Allows scaling node groups to 0 (currently only in GCE/GKE, other cloud providers are coming).
* Price-based expander (currently only in GCE/GKE, other cloud providers are coming).
* Similar node groups are balanced (to be enabled with a flag).
* It is possible to scale-down nodes with kube-system pods if PodDisruptionBudget is provided.
* Automatic node group discovery on AWS (to be enabled with a flag).
* CA exposes runtime metrics.
* CA exposes an endpoint for liveness probe.
* max-grateful-termination-sec flag renamed to max-graceful-termination-sec.
* Lower AWS API traffic to DescribeAutoscalingGroup.
CA Version 0.5.4: CA Version 0.5.4:
* Fixes problems with node drain when pods are ignoring SIGTERM. * Fixes problems with node drain when pods are ignoring SIGTERM.