-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
VolumeSubpath is GA since 1.10 #26607
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 037e767 https://deploy-preview-26607--kubernetes-io-master-staging.netlify.app |
/sig storage |
BTW. If VolumeSubpath is disabled, the subpathEnvExp also will not work(VolumeSubpathEnvExpasion). VolumeSubpathEnvExpasion is locked to true now. |
@kubernetes/sig-storage-pr-reviews please confirm LGTM, then this'll be good to approve. |
👋 @pacoxu . |
No alpha or beta. And this ga feature is not locked to true since then. According to comments, it will not be removed as well 😄. |
@@ -351,7 +351,7 @@ different Kubernetes components. | |||
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 | | |||
| `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 | | |||
| `VolumeScheduling` | `true` | GA | 1.13 | - | | |||
| `VolumeSubpath` | `true` | GA | 1.13 | - | | |||
| `VolumeSubpath` | `true` | GA | 1.10 | - | |
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 one's weird because the feature has existed since 1.3, but we only added the feature gate for it as part of the CVE fix. It also means that the feature gate exists back in 1.7 patch releases.
If the intention of this page is to document when the actual feature gates were introduced, then I guess 1.10 works.
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.
Yes, it is a special case.
To be more accurate.
volume subpath feature
is since 1.3VolumeSubpath feature-gate
is since 1.10 and backported to 1.7-1.9 for CVEs fix.VolumeSubpathEnvExpansion feature-gate
depends onVolumeSubpath feature-gate
: if VolumeSubpath is disabled, VolumeSubpathEnvExpansion will not work as well.
/lgtm |
LGTM label has been added. Git tree hash: 0de10fe9d8be75f589569161442f8ba9d8f2a156
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
kubernetes/kubernetes#60813
Correct a feature gate version. The feature gate VolumeSubpath is GA since 1.10 for CVEs.
Fixed versions:
It can be disabled even it is GA.