Skip to content

Commit f33842a

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add autoscaled node pool upgrade strategy
PiperOrigin-RevId: 591922529
1 parent f6505fe commit f33842a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,10 +3761,17 @@ message BlueGreenSettings {
37613761
optional google.protobuf.Duration batch_soak_duration = 3;
37623762
}
37633763

3764+
// Autoscaled rollout policy uses cluster autoscaler during
3765+
// blue-green upgrades to scale both the green and blue pools.
3766+
message AutoscaledRolloutPolicy {}
3767+
37643768
// The rollout policy controls the general rollout progress of blue-green.
37653769
oneof rollout_policy {
37663770
// Standard policy for the blue-green upgrade.
37673771
StandardRolloutPolicy standard_rollout_policy = 1;
3772+
3773+
// Autoscaled policy for cluster autoscaler enabled blue-green upgrade.
3774+
AutoscaledRolloutPolicy autoscaled_rollout_policy = 3;
37683775
}
37693776

37703777
// Time needed after draining entire blue pool. After this period, blue pool

0 commit comments

Comments
 (0)