-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: forbid using
additional_disk_space
if autoscaler
integratio…
…n is enabled Autoscaler and additional disk space conflict with each other. If the service hits its storage threshold, autoscaler integration will bump the service disk space. This would invalidate `additional_disk_space` set on the service resource so we disallow setting the field if autoscaler integration is enabled. Additionally adds tests for autoscaler integration.
- Loading branch information
Showing
2 changed files
with
91 additions
and
10 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