-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Online image change: new webhook rules (#141)
This adds rules to the webhook for online image change: - prevent changes to upgradePolicy when imageChange is in progress - transient subcluster template: isPrimary == false, name cannot be an existing subcluster, size > 0 if name present - transient subcluster cannot be added/removed during an online image change - if multiple subclusters share a ServiceName, service specific things must be common between them (serviceType, NodePort, externalIPs, etc).
- Loading branch information
spilchen
authored
Jan 14, 2022
1 parent
1a3e9fb
commit e7d2b2e
Showing
3 changed files
with
238 additions
and
0 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
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