-
Notifications
You must be signed in to change notification settings - Fork 139
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
[WIP] feat: add --pvc-size flag to deploy command (#851) #1543
[WIP] feat: add --pvc-size flag to deploy command (#851) #1543
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1543 +/- ##
==========================================
+ Coverage 60.26% 60.57% +0.30%
==========================================
Files 75 76 +1
Lines 10308 10330 +22
==========================================
+ Hits 6212 6257 +45
+ Misses 3524 3500 -24
- Partials 572 573 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@grafvonb out of curiosity have you encounter problems with the default size for some builds? |
Hi, I will test it extensively on AWS for different tech stacks when I am ready, but the version I pushed in this feature branch already works (I want to change the error handling for the parameter and add tests). However, I have already made interesting observations, for example, the default size of a pvc defined in the |
2561352
to
ff08d0e
Compare
2bab4cf
to
b96e733
Compare
@grafvonb this needs rebase. |
b96e733
to
c4cc7ae
Compare
c4cc7ae
to
9909953
Compare
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
9909953
to
616feb1
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: grafvonb The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ref: #851