-
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
Don't check runtime condition for rktnetes #44569
Conversation
/cc @dchen1107 @yifan-gu |
rktnetes is not a CRI implementation, and does not provide runtime conditions. This change fixes the issue where rkt will never be considered running from kubelet's point of view.
/lgtm |
@enisoc, the release czar for 1.6 patch releases. I am ok to either decision of cherrypick or not since in 1.6, we only announce CRI and docker integration in beta, not rkt. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, yujuhong
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Admittedly, we don't have any CI for rktnetes, so I have no idea whether this is the only bug. |
Sounds fine to me. Feel free to create a cherrypick once this merges. |
@yujuhong thank you for reviewing and fixing the issue ( rkt/rkt#3647 ), that I opened . I see your change is in 1.7 (master) and you will down-port (cherry pick) in 1.62, right? Maybe i can give it a go with one of those releases next days to see what else will show up? |
Automatic merge from submit-queue |
@pnpavlov, yes, we'll patch 1.6, so you can wait for the 1.6.2 release to test this :-) |
Commit found in the "release-1.6" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
rktnetes is not a CRI implementation, and does not provide runtime
conditions. This change fixes the issue where rkt will never be
considered running from kubelet's point of view.