-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Remove noexec description from image volume #53574
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
base: main
Are you sure you want to change the base?
Conversation
|
Welcome @bitoku! |
|
Looks like noexec was dropped in June, looks good to update. /lgtm |
|
LGTM label has been added. DetailsGit tree hash: a67b231a976cd60ae26c6972ba65867ceb1a6be1 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Ayato Tokubi <[email protected]>
aa00008 to
b5d5b7a
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
sorry I added one blog post fix too. PTAL again. |
|
Thanks! /lgtm |
|
LGTM label has been added. DetailsGit tree hash: eaf6d244edfd5a3733475a75b9dc0567fea56796 |
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 Volume reference page is auto-generated, so this fix might need to be applied elsewhere (either in the generator code or the API definition that the generator uses as its input).
website/content/en/docs/reference/kubernetes-api/config-and-storage-resources/volume.md
Lines 13 to 22 in 74872a0
| <!-- | |
| The file is auto-generated from the Go source code of the component using a generic | |
| [generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how | |
| to generate the reference documentation, please read | |
| [Contributing to the reference documentation](/docs/contribute/generate-ref-docs/). | |
| To update the reference content, please follow the | |
| [Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/) | |
| guide. You can file document formatting bugs against the | |
| [reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project. | |
| --> |
|
Explicit hold until the changes to the auto generated page are removed. |
Description
This removes outdated description about noexec.
This aligns with kubernetes/enhancements#5354
Issue
https://kep.k8s.io/4639
Closes: #