-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of coco / hub replicas restart
Hub upgrade was restarting the existing instance, which is fine for cases where the user didn't set any replica for it. Coco's upgrade was scaling to the number of replicas passed as parameters, which doesn't work if the user didn't set any and has running instances. This merges both: if no replica is set, just restart the enabled ones. Otherwise scale to whatever the user provided.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters