-
Notifications
You must be signed in to change notification settings - Fork 40k
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
CRI: Remove the mount name and port name. #33970
Conversation
LGTM |
LGTM |
Jenkins unit/integration failed for commit b5070c3. Full PR test history. The magic incantation to run this job again is |
LGTM |
Jenkins verification failed for commit 7335321ee8ce09303af7d816a1adf922dc8c6552. Full PR test history. The magic incantation to run this job again is |
Per discussion on kubernetes#33873. Currently the mount name is not being used and also involves some incorrect usage (sometimes it's referencing a mount name, sometimes it's referecing a volume name), so we decide to remove it from CRI. The port name is also not used, so remove it as well.
Updated the |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Per discussion on #33873.
Currently the mount name is not being used and also involves some
incorrect usage (sometimes it's referencing a mount name, sometimes
it's referecing a volume name), so we decide to remove it from CRI.
The port name is also not used, so remove it as well.
Fix #33873
Fix #33526
/cc @kubernetes/sig-node @kubernetes/sig-rktnetes
This change is