-
Notifications
You must be signed in to change notification settings - Fork 452
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
Add new container host path test. #320
Add new container host path test. #320
Conversation
It seems that standalone dockershim doesn't work now. Will investigate later. |
Yep, kubelet --experimental-dockershim will exit silently. Let me file a PR to fix that |
Signed-off-by: Lantao Liu <lantaol@google.com>
21c65b0
to
b5dda7e
Compare
Removed the non-existent host path test. Let's finalize kubernetes/kubernetes#61460 (comment) first. |
Automatic merge from submit-queue (batch tested with PRs 64749, 64797). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix standalone dockershim. Ref kubernetes-sigs/cri-tools#320 (comment). This PR fixes a bug that standalone dockershim exits immediately. This PR: 1) Changes standalone dockershim to wait on `stopCh`, so that it won't exit immediately. 2) Removes `stopCh` from dockershim internal. It doesn't help much for graceful stop, because kubelet will exit immediately anyway. https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/server.go#L748 @kubernetes/sig-node-pr-reviews @yujuhong @feiskyer **Release note**: ```release-note none ```
@feiskyer Please take a look. This PR only adds symlink host path test now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Change CRI validation test to conform to kubernetes/kubernetes#61460.
Signed-off-by: Lantao Liu lantaol@google.com