-
Notifications
You must be signed in to change notification settings - Fork 41.5k
[KEP-4639] Graduate image volume sources to beta #130135
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
[KEP-4639] Graduate image volume sources to beta #130135
Conversation
/retest |
709b43b
to
a3c336d
Compare
/retest |
a3c336d
to
ca4065d
Compare
@liggitt PTAL again :) |
/approve |
@kubernetes/sig-node-pr-reviews PTAL, I still need an LGTM from the SIG |
69dc47d
to
45ccaad
Compare
Graduate the feature to beta, by: - Allowing `subPath`/`subPathExpr` for image volumes - Modifying the CRI to pass down the (resolved) sub path - Adding metrics which are outlined in the KEP Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
45ccaad
to
f9e5dd8
Compare
|
||
secondFileContents := e2epod.ExecCommandInContainer(f, podName, containerName, "/bin/cat", filepath.Join(volumePath, "etc", "os-release")) | ||
gomega.Expect(secondFileContents).To(gomega.ContainSubstring("Alpine Linux")) | ||
|
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.
nit: empty line
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.
Thank you, I’ll do that in the follow-up!
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
LGTM label has been added. Git tree hash: fa272f329ccb60fc5cf3261ffd0b8bb01cf5250c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, liggitt, mikebrow, mrunalp, saschagrunert 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Graduate the feature to beta, by:
subPath
/subPathExpr
for image volumesWhich issue(s) this PR fixes:
Refers to kubernetes/enhancements#4639
Special notes for your reviewer:
We can add an e2e test for the subpath feature when CRI-O supports it.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: