-
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
Add kernel modules needed by Calico #1817
Conversation
- Enable ipset module CONFIG_IP_SET_HASH_NET - Enable ipip module CONFIG_NET_IPIP
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## master #1817 +/- ##
==========================================
+ Coverage 36.25% 36.27% +0.02%
==========================================
Files 51 51
Lines 3462 3462
==========================================
+ Hits 1255 1256 +1
+ Misses 2024 2023 -1
Partials 183 183
Continue to review full report at Codecov.
|
@minikube-bot ok to test |
Thanks! |
@dlorenc @tmjd @aaron-prindle Was wondering if new version minikube.iso is available to download that includes this change? |
@spuranam go enjoy your weekend! We can deal with this one monday! -Ed |
@spuranam It should be available in our CI build bucket at: gs://minikube-builds/1817/minikube.iso Or: https://storage.googleapis.com/minikube-builds/1817/minikube.iso |
But yeah, go enjoy your weekend! |
Fixes #1779
Addresses projectcalico/calico#1013
I've built the minikube.iso with
make out/minikube.iso
and was able to dominikube start --network-plugin cni --host-only-cidr 172.17.17.1/24 --iso-url file://$(pwd)/out/minikube.iso
and was then able to deploy calico successfully to the resulting K8s cluster.