Skip to content
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

Merged
merged 2 commits into from
Oct 5, 2016

Conversation

yifan-gu
Copy link
Contributor

@yifan-gu yifan-gu commented Oct 3, 2016

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 Reviewable

@yifan-gu yifan-gu added area/kubelet-api sig/node Categorizes an issue or PR as relevant to SIG Node. release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Oct 3, 2016
@yifan-gu yifan-gu added this to the v1.5 milestone Oct 3, 2016
@euank
Copy link
Contributor

euank commented Oct 3, 2016

LGTM

@yujuhong
Copy link
Contributor

yujuhong commented Oct 3, 2016

LGTM

@k8s-ci-robot
Copy link
Contributor

Jenkins unit/integration failed for commit b5070c3. Full PR test history.

The magic incantation to run this job again is @k8s-bot unit test this. Please help us cut down flakes by linking to an open flake issue when you hit one in your PR.

@k8s-github-robot k8s-github-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 3, 2016
@feiskyer
Copy link
Member

feiskyer commented Oct 4, 2016

LGTM

@yifan-gu yifan-gu added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 4, 2016
@k8s-ci-robot
Copy link
Contributor

Jenkins verification failed for commit 7335321ee8ce09303af7d816a1adf922dc8c6552. Full PR test history.

The magic incantation to run this job again is @k8s-bot verify test this. Please help us cut down flakes by linking to an open flake issue when you hit one in your PR.

Yifan Gu added 2 commits October 4, 2016 13:10
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.
@k8s-github-robot k8s-github-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 4, 2016
@yifan-gu
Copy link
Contributor Author

yifan-gu commented Oct 4, 2016

Updated the hack/verify-flags/exceptions.txt since the api.pb.go has changed.

@yifan-gu yifan-gu added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 4, 2016
@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 3f4a66f into kubernetes:master Oct 5, 2016
@yifan-gu yifan-gu deleted the remove_names branch October 5, 2016 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubelet-api lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/node Categorizes an issue or PR as relevant to SIG Node. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants