-
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
Add emptydir extension #4064
Add emptydir extension #4064
Conversation
✔️ Deploy Preview for knative ready! 🔨 Explore the source changes: 9585e80 🔍 Inspect the deploy log: https://app.netlify.com/sites/knative/deploys/61016e1969a80c000899589e 😎 Browse the preview: https://deploy-preview-4064--knative.netlify.app/development/serving/feature-flags |
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.
🎉
docs/serving/feature-flags.md
Outdated
* **Type**: extension | ||
* **ConfigMap key:** `kubernetes.podspec-volumes-emptydir` | ||
|
||
This extension controls whether [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) can be specified. |
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.
This extension controls whether [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) can be specified. | |
This extension controls whether [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) volumes can be specified. |
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.
one very minor formatting tweak to add a line space
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abrennan89, skonto 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 |
Proposed Changes