Skip to content
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

assign proper internal IPs for nodes #8018

Merged
merged 1 commit into from
May 6, 2020

Conversation

sharifelgamal
Copy link
Collaborator

This was totally breaking multinode

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 6, 2020
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 6, 2020
@codecov-io
Copy link

Codecov Report

Merging #8018 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8018   +/-   ##
=======================================
  Coverage   35.78%   35.78%           
=======================================
  Files         143      143           
  Lines        9174     9171    -3     
=======================================
- Hits         3283     3282    -1     
+ Misses       5490     5489    -1     
+ Partials      401      400    -1     
Impacted Files Coverage Δ
pkg/minikube/bootstrapper/bsutil/kubelet.go 56.14% <100.00%> (+1.14%) ⬆️

@sharifelgamal
Copy link
Collaborator Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label May 6, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
docker Driver

@medyagh
Copy link
Member

medyagh commented May 6, 2020

Did this also fix embed cert issue ? I don't see the failure on this PR. I wonder if that was by chance or you fixed two with one bullet ?

@sharifelgamal
Copy link
Collaborator Author

Did this also fix embed cert issue ? I don't see the failure on this PR. I wonder if that was by chance or you fixed two with one bullet ?

This should have nothing to do with embed-certs, since this is only broken in multinode. I can verify it still fails on this PR as well.

Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me, with required waiting for none tests.

@medyagh
Copy link
Member

medyagh commented May 6, 2020

could the "TestFunctional/parallel/TunnelCmd/serial/AccessDirect" be related to this PR ? could you verify the tunnel test passes on linux locally?

@medyagh medyagh self-requested a review May 6, 2020 20:16
@sharifelgamal
Copy link
Collaborator Author

could the "TestFunctional/parallel/TunnelCmd/serial/AccessDirect" be related to this PR ? could you verify the tunnel test passes on linux locally?

Tunnel works just fine manually on the PR

@medyagh medyagh merged commit 4607c0f into kubernetes:master May 6, 2020
@aasmall
Copy link

aasmall commented May 7, 2020

Thanks!

 kubectl get nodes -o wide                                   minikube 
NAME           STATUS   ROLES    AGE     VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE               KERNEL-VERSION   CONTAINER-RUNTIME
minikube       Ready    master   8m7s    v1.18.1   192.168.39.99   <none>        Buildroot 2019.02.10   4.19.107         docker://19.3.8
minikube-m02   Ready    <none>   7m29s   v1.18.1   192.168.39.62   <none>        Buildroot 2019.02.10   4.19.107         docker://19.3.8
minikube-m03   Ready    <none>   7m      v1.18.1   192.168.39.58   <none>        Buildroot 2019.02.10   4.19.107         docker://19.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants