-
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
get-kube-local.sh checks pods with option "--namespace=kube-system" #42518
Conversation
Hi @mtanino. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. Once you've signed, please reply here (e.g. "I signed it!") and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Local cluster creation using get-kube-local.sh is never finished. The get-kube-local.sh monitors running_count of pods such as etcd, master and kube-proxy, but these pods are created under the namespace kube-system. Therefore kubectl can't find these pods then cluster creation isn't completed. The get-kube-local.sh should monitor created pods with option "--namespace=kube-system". Fix kubernetes#42517
cc @mikedanese |
/lgtm /approve |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: mtanino, roberthbailey Needs approval from an approver in each of these OWNERS Files:
We suggest the following people: |
Hi, Thank you for your review.
Thanks, |
I'm not sure if that comment is still applicable. As we are in the code slush for the 1.6 release, the mergebot is currently only merging PRs with the 1.6 milestone applied. If this is a bug fix that should be part of that release, please ask @calebamiles to apply the milestone to your PR. |
Thanks. I understand the status. |
@calebamiles |
cc @jayunit100 |
Hi, The v1.6 was released. Can we proceed to merge of this PR? |
Once the tests are green it should get picked up by the submit queue automatically. @fejta -- why do all of the tests say that they are waiting for status? Shouldn't we automatically re-run tests after 96 hours? |
I'm going to close and re-open to see if that tricks the bot. |
Thank you for your comment. Waiting test status update. |
Automatic merge from submit-queue |
What this PR does / why we need it:
Local cluster creation using get-kube-local.sh is never finished.
The get-kube-local.sh monitors running_count of pods such as etcd,
master and kube-proxy, but these pods are created under the namespace
kube-system. Therefore kubectl can't find these pods then cluster
creation isn't completed.
The get-kube-local.sh should monitor created pods with option
"--namespace=kube-system".
Which issue this PR fixes : fixes #42517
Release note: