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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.