-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Kube Proxy IPVS Kernel Module #4550
Conversation
fixed the issues raised in #4544 |
/assign @chrislovecnm |
@robinpercy you mind? |
nodeup/pkg/model/kube_proxy.go
Outdated
@@ -204,6 +204,7 @@ func (b *KubeProxyBuilder) buildPod() (*v1.Pod, error) { | |||
{ | |||
addHostPathMapping(pod, container, "kubeconfig", "/var/lib/kube-proxy/kubeconfig") | |||
addHostPathMapping(pod, container, "logfile", "/var/log/kube-proxy.log").ReadOnly = false | |||
addHostPathMapping(pod, container, "modules", "/lib/modules") |
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.
@gambol99 I think we should add a comment as well. The reason for this mapping is less obvious than the other two.
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.
yep, make's sense .. I've added a note
Requested a comment, but otherwise /lgtm |
d844d83
to
c1e7767
Compare
- fixing the the 'Could not get ipvs family information from the kernel. It is possible that ipvs is not enabled in your kernel. Native loadbalancing will not work until this is fixed.' error
c1e7767
to
23f9c63
Compare
Thanks @gambol99 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gambol99, robinpercy 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 |
Can this be cherry-picked to 1.8.x as well?? |
before
after