-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --requests and --limits resource flags (#859)
* Add --requests and --limits resource flags Fixes #490 - Add deprecation message for --requests-cpu, --requests-memory, --limits-cpu and --limits-memory flag usage. - Add error message if new and deprecated, requests and limits flags are used together. * Add resources requests and limits example for service create * Add mock style unit tests * Update existing unit tests for deprecated flags * Add integration tests * Add CHANGELOG entry * Fix lint warnings * Add unit tests for resource flags * Fix typo for service name in e2e tests * Refactor resource validation utility into test lib * Remove commented out code * Add references about managing resources and GPU in example * Update image references in examples
- Loading branch information
1 parent
8c4a28e
commit cdf6f29
Showing
12 changed files
with
517 additions
and
27 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
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
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
Oops, something went wrong.