Skip to content

17-12-2019

Latest
Compare
Choose a tag to compare
@amy-hashi amy-hashi released this 17 Dec 21:29
2b7d7f6

Enhancement (This update contains a breaking change)

  • The managed instance group for the secondary nodes is now an autoscaling group. As a result, the secondary_count variable has been removed, and three new ones have been added in its place to control the autoscaling. min_secondaries (default 1), max_secondaries (default 3) and autoscaler_cpu_threshold (default 0.7).

Fixes

  • Fixed an issue where the proxy wasn't being set properly
  • Fixed an issue where when a custom repl_cidr was specified, it wasn't included in the no_proxy environment variable.
  • Updated the healthcheck and the autoscaling resource names to use the prefix setting.

Misc

  • Some code streamlining in the install script.
  • Lots of README updates and example updates to reflect the changes contained in this release.