-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Kubelet: rename cri package name to pkg/kubelet/apis/cri/v1alpha1/runtime #47113
Conversation
/assign @yujuhong cc/ @kubernetes/sig-node-pr-reviews |
/lgtm |
This requires |
/lgtm |
Are we trying to get this into 1.7? |
Yes. |
/approve |
@yujuhong Could you help to set the milestone to v1.7? |
/assign @Random-Liu ping @lavalamp @Random-Liu for approval. |
/approve |
/lgtm |
@dchen1107 @yujuhong Rebased. PTAL. |
/unassign |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, dims, feiskyer, mtaufen, yujuhong Associated issue: 47012 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
What this PR does / why we need it:
We have moved CRI from api/v1alpha1/runtime to apis/cri/v1alpha1, which changed the package name of CRI. This would cause a significant problem: old-versioned runtime (based on CRI in v1.6) doesn't work with latest kubelet v1.7, and vice versa.
This PR renames cri package name to
pkg/kubelet/apis/cri/v1alpha1/runtime
for fixing the problem.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged):fixes #47012
Special notes for your reviewer:
Should be included in v1.7.
Release note: