-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Enables support for connection tracking zones (CONFIG_NF_CONNTRACK_ZONES) in the guest VM #3731
Comments
That looks like a kernel configuration, so needs a new ISO built - with that change applied. https://github.com/kubernetes/minikube/blob/master/docs/contributors/minikube_iso.md |
Thanks for the pointer. Let me try that. I am testing a firewall plugin that requires it. As for downside, it might use a small amount of additional memory. I can't think of anything else. |
I'm OK with reviewing a PR that includes this change. |
I am running into an issue with the kernel version while building it. I have:
which is what the Makefile seems to call for:
However, I get
If I edit the Makefile to change the kernel version to 4.15, I am able to proceed. But, it looks like I am downgrading the kernel in the process which is not the intent. Any ideas? |
@tstromberg any suggestions on how to get the build to use linux-4.16.14? |
It turns out that #2986 actually downgraded the kernel to 4.15, but left the Makefile and apparently the linux_defconfig still at 4.16.14. So, I will proceed with 4.15. |
I believe this issue was resolved in the v1.0 release. |
The mini-kube VM currently has
"# CONFIG_NF_CONNTRACK_ZONES is not set"
I have a need to use this feature and would like to update the VM image. Is there a recommended way to do this? Is there a way to include this feature by default? Any guidance is appreciated.
The text was updated successfully, but these errors were encountered: