-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional Velero chart #58
Conversation
Thanks for the pull request, @gabor-boros! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
3 similar comments
Thanks for the pull request, @gabor-boros! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Thanks for the pull request, @gabor-boros! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Thanks for the pull request, @gabor-boros! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
b6d24bf
to
f89951f
Compare
Signed-off-by: Gabor Boros <[email protected]>
f89951f
to
95546ab
Compare
metricsserver: | ||
# Control the chart inclusion | ||
enabled: false | ||
# See https://github.com/kubernetes-sigs/metrics-server/blob/master/charts/metrics-server/values.yaml | ||
# for all available options | ||
replicas: 1 | ||
|
||
# Configuration for the Vertical Pod Autoscaler chart | ||
vpa: | ||
# Control the chart inclusion | ||
enabled: false | ||
# See https://github.com/cowboysysop/charts/blob/master/charts/vertical-pod-autoscaler/values.yaml | ||
# for all available options | ||
admissionController: | ||
replicaCount: 1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines were duplicated.
@dkaliberda or @cmltaWt0 May I have a review from one of you? I think no questions left open, but no approve received either. The changes were rebased, the chart version is bumped. |
@gabor-boros 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This PR adds optional Velero backups to backup the cluster resources. The backup location can be any S3-compatible storage.
Velero requires CRD installation before enabled, just as the Cert manager. Since we have no dedicated documentation page for the optional resources, I made a note about it in the value examples.
Screenshot