-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable emptyDir volumes for Knative Services #13405
Conversation
This switches the feature flag to enabled allowing users to add emptyDir volumes to their containers. This can be useful as a scratch space and for multiple containers
/assign @nader-ziada @psschwei /cc @evankanderson |
Codecov ReportBase: 86.47% // Head: 86.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #13405 +/- ##
==========================================
+ Coverage 86.47% 86.49% +0.02%
==========================================
Files 196 196
Lines 14551 14551
==========================================
+ Hits 12583 12586 +3
+ Misses 1669 1667 -2
+ Partials 299 298 -1
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. |
/test upgrade-tests |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, evankanderson 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 |
Part of #11664
Proposed Changes
This switches the feature flag to enabled allowing users to
add emptyDir volumes to their containers.
This can be useful as a scratch space and for multiple
containers
Release Note