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
Support a configurable health check for the auto scaling group. The current settings are too aggressive and cause the instance to terminate during an upgrade.
Add support for configuring the health_check_grace_period.
Add support for configuring the health_check_type.
Who is the audience for this request?
Everyone.
What would the ideal solution look like?
Expose variable to configure the aforementioned settings.
What alternatives have you considered?
Using Azure and GCP.
How does this impact you?
It making doing automated upgrade testing difficult.
Are there any deadlines?
N/A
Is there any additional context?
N/A
The text was updated successfully, but these errors were encountered:
This patch adds support for configuring the `health_check_type` of the
underlying instance managed by the auto scaling group. This allows
operators to switch from the comprehensive `ELB` check to a simpler
`EC2` check to prevent the instance from being recycled during upgrades.
Resolves#273
What problem would you like to address?
Support a configurable health check for the auto scaling group. The current settings are too aggressive and cause the instance to terminate during an upgrade.
health_check_grace_period
.health_check_type
.Who is the audience for this request?
Everyone.
What would the ideal solution look like?
Expose variable to configure the aforementioned settings.
What alternatives have you considered?
Using Azure and GCP.
How does this impact you?
It making doing automated upgrade testing difficult.
Are there any deadlines?
N/A
Is there any additional context?
N/A
The text was updated successfully, but these errors were encountered: