-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create new disk if reahc max capacity prototype * Ready to test with AWS (#33) * First prototype of AWS (#34) * Fix pre push Git hook (#35) * Aws (#36) * Simplify git hook * Simplify git hook * Fix metrics label to allow multi diskconfig (#37) * Fix metrics label render (#38) * Aws (#39) * Rename sample pod container * AWS EBS works with etx4 * AWS EBS works as well (#40) * Fix golint error (#41) * e2e test for new disk and restart (#42) * Fix install dependency order in e2e tests * Use Qualtity instead of string in CRD * Remove or fix TODOs * Give name to pod if missing * Increase uniqueness of random pod name generation * Make pod name generation by owner more human friendly * Fix sample diskconfig * Generate UID for pod if missing * Move service creation to a separate controller * Fix metrics connection between pod and service * Set namespace of service assert * Fix service discovery in e2e tests * Fix diskconfig per pod detection * Lable service with discoblocks to find in monitor * Simplify AWS EBS CSI driver lookup * Remove obsolete diskconfig detection by label * Delete pod of jobs on success * Optimize Pod name generation * Container order not guaranteed
- Loading branch information
Showing
49 changed files
with
1,861 additions
and
446 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ spec: | |
resources: | ||
limits: | ||
cpu: 500m | ||
memory: 256Mi | ||
memory: 512Mi | ||
requests: | ||
cpu: 10m | ||
memory: 64Mi | ||
|
Oops, something went wrong.