-
Notifications
You must be signed in to change notification settings - Fork 261
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
Added support for mounting EmptyDir volume type #1679
Conversation
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.
@vyasgun: 0 warnings.
In response to this:
Description
Added support for mounting EmptyDir volume type
Changes
- Added parsing for emptyDir volume type, medium type, and size limit
Reference
Fixes #1633
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.
Codecov Report
@@ Coverage Diff @@
## main #1679 +/- ##
==========================================
+ Coverage 79.49% 79.69% +0.19%
==========================================
Files 171 173 +2
Lines 12969 13264 +295
==========================================
+ Hits 10310 10571 +261
- Misses 1941 1963 +22
- Partials 718 730 +12
Continue to review full report at Codecov.
|
I think with the current approach the PR is mixing However, if the decision is to have those detailed settings. Any additional parameters should be parsed in My suggestion for handling:
|
/retest |
@dsimansk Thanks for the review. The memory and size limit syntax is according to #1633 (comment). I will add the additional functionality to the |
OK, I see. :) It still feels like too granular option to my taste. However, let's have it in |
@vyasgun there's one issue with current volume creation that I've stumped upon. By default we enforce https://github.com/knative/client/blob/main/pkg/kn/flags/podspec_helper.go#L504 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, vyasgun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind feature |
Description
Added support for mounting EmptyDir volume type
Changes
Reference
Fixes #1633
Release Note