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
We should have a functional test that guarantees we are not causing a rolling upgrade with a code change.
For example, if a change is made to code around labels / taints / userdata / etc, we can trigger a rolling upgrade for all cluster instance groups.
Scenario should be:
Deploy controller with tag latest (latest release)
Create instance-groups
Deploy controller with tag master (latest PR merged)
Check if node rotation occurs (-> assert that instancegroup state cannot equal InitUpgrade or ReconcileUpgrade over 30 seconds)
The text was updated successfully, but these errors were encountered:
We should have a functional test that guarantees we are not causing a rolling upgrade with a code change.
For example, if a change is made to code around labels / taints / userdata / etc, we can trigger a rolling upgrade for all cluster instance groups.
Scenario should be:
latest
(latest release)master
(latest PR merged)The text was updated successfully, but these errors were encountered: