-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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] Add ImageVolumeSource
node e2e tests
#126220
[KEP-4639] Add ImageVolumeSource
node e2e tests
#126220
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ImageVolumeSource
node e2e testsImageVolumeSource
node e2e tests
11125ac
to
4e91ad6
Compare
4e91ad6
to
c71361a
Compare
c71361a
to
2b46a08
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, 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 |
@saschagrunert If we need container runtime support, I think the best approach may be a dedicated job for this feature. It is a bit of a pain to set up but it seems to work better than the "whack-a-mole" of trying to filter out the thousands of test configs that may run this with containerd. |
I can add a dedicated job in test-infra. The question is: Is that PR fine as-is or do I need to change anything? |
I don't love merging tests without being able to confirm if they work or not. The code looks good to me but I like to see confirmation that the test is passing before merge. |
Good, so I'm going to add the suite before we continue here. |
/hold Let's confirm these tests work before merge as stated above. |
The test focus is still wrong, fixing that in kubernetes/test-infra#33088 At least the test setup works 🤞 |
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
c59d4cd
to
bc45288
Compare
/test pull-kubernetes-node-crio-cgrpv2-imagevolume-e2e |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: eb501a478f12a7baba43c6d87eaa8571602f34a7
|
/unhold |
…pha-features` containerd does not seem to have support for image volumes yet, so we can skip the tests in the alpha node e2e test suite. Refers to kubernetes/kubernetes#126220 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Adding an node e2e test suite for the
ImageVolumeSource
API.Which issue(s) this PR fixes:
Refers to kubernetes/enhancements#4639
Special notes for your reviewer:
Requires #125663
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: