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

Use kubenet, add ebtables support #1713

Merged
merged 2 commits into from
Jul 20, 2017
Merged

Use kubenet, add ebtables support #1713

merged 2 commits into from
Jul 20, 2017

Conversation

r2d4
Copy link
Contributor

@r2d4 r2d4 commented Jul 18, 2017

Fixes #1568

kubenet requires ebtables, so i enabled the kernel module and added the binary. kubenet will create its own bridge, cbr0 and set that to promiscuous mode, fixing #1568

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 18, 2017
aaron-prindle
aaron-prindle previously approved these changes Jul 18, 2017
@aaron-prindle aaron-prindle dismissed their stale review July 18, 2017 21:49

kubenet change might require additional changes

@codecov-io
Copy link

codecov-io commented Jul 18, 2017

Codecov Report

Merging #1713 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1713      +/-   ##
==========================================
+ Coverage   35.93%   35.94%   +0.01%     
==========================================
  Files          51       51              
  Lines        3337     3338       +1     
==========================================
+ Hits         1199     1200       +1     
  Misses       1958     1958              
  Partials      180      180
Impacted Files Coverage Δ
cmd/minikube/cmd/root.go 74.24% <100%> (+0.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e8ef22...42897e4. Read the comment docs.

@dlorenc
Copy link
Contributor

dlorenc commented Jul 19, 2017

@minikube-bot test this please

@dlorenc
Copy link
Contributor

dlorenc commented Jul 20, 2017

This LGTM

@r2d4 r2d4 merged commit ea21916 into kubernetes:master Jul 20, 2017
@r2d4 r2d4 deleted the kubenet branch July 20, 2017 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pod unable to reach itself through a service (unless --cni=true is set)
5 participants