-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 130: Ability to specify container resources (#129)
* Specify container resources for testing Signed-off-by: Adrián Moreno <[email protected]> * Set Xmx and Xms Java opts to SS and C Signed-off-by: Adrián Moreno <[email protected]> * Store BK index directory in a PVC Signed-off-by: Adrián Moreno <[email protected]> * enable custom resource configuration Signed-off-by: wenqi <[email protected]> * Generate deepcopy and go fmt Signed-off-by: wenqi <[email protected]> * Fix golang errors Signed-off-by: Adrián Moreno <[email protected]> * Adjust resource values Signed-off-by: Adrián Moreno <[email protected]> * Set Xmx value based on memory limit Signed-off-by: Adrián Moreno <[email protected]> * Reduce default resource consumption Signed-off-by: Adrián Moreno <[email protected]> * Further reduce resources Signed-off-by: Adrián Moreno <[email protected]> * Add unit test to check resource is working Signed-off-by: wenqi <[email protected]> * Refractor test Signed-off-by: wenqi <[email protected]> * Use literals instead of constants on unit test assertions Signed-off-by: Adrián Moreno <[email protected]> * Wait after cluster destoryed Signed-off-by: wenqi <[email protected]> * Go fmt Signed-off-by: wenqi <[email protected]> * Wait for PVCs to be deleted when destroying a cluster Signed-off-by: Adrián Moreno <[email protected]>
- Loading branch information
Showing
9 changed files
with
432 additions
and
55 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.