-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Specifying control plane IP in kubeadm config template #6745
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #6745 +/- ##
=========================================
Coverage ? 38.51%
=========================================
Files ? 142
Lines ? 8688
Branches ? 0
=========================================
Hits ? 3346
Misses ? 4923
Partials ? 419
|
/ok-to-test |
Error: running mkcmp: exit status 1 |
"TestDockerFlags" fails consistently on all 3 docker tests (ubuntu 16, ubuntu 18) and jenkins docker linux on my mac also fails same way:
|
and on a hyperkit driver, I can not do ssh $ ./out/minikube ssh |
to replicate locally I tried this :
and you will see
|
All of that worked locally for me, so I'm not sure what's going on |
ah! I think I found the problem I tried again I with docker driver, ( I think the ssh problem I mentioned was irrelaevent) "this is where the test fails !
but it passes with sudo
@sharifelgamal I recommend adding sudo to the integration tests to see if that will pass the test
|
that also works fine for me:
also I'm not sure what that has to do with my change. |
you are right ...it seems to be a docker-driver only thing. we could do sudo in a different PR for docker driver. lets merge this |
No description provided.