Skip to content

Commit

Permalink
Merge pull request #9859 from johngmyers/surge-doc
Browse files Browse the repository at this point in the history
Improve description of detaching instances
  • Loading branch information
k8s-ci-robot authored Sep 2, 2020
2 parents 86cbd29 + 77d5f12 commit bb13743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/operations/rolling-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ update. Instead of first draining and terminating an instance and then creating
it effectively first creates a new instance and then drains and terminates the old one.

Surging is implemented by "detaching" instances, making them not count toward the desired
number of instances in the instance group. The detached instances are updated last;
number of instances in the instance group. This causes the cloud provider to create new
instances in order to satisfy the group's desired number.
The detached instances are drained and terminated last;
when they are terminated the cloud provider does not replace them.

The `maxSurge` is the maximum number of extra instances that can be created during the update.
Expand Down

0 comments on commit bb13743

Please sign in to comment.