-
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 conntrack to ISO - required for Kubernetes v1.18.x #6619
Comments
It's worth noting that Kubernetes v1.18 works just fine with the Docker driver, likely because the kind node image includes conntrack already. |
We have
|
Apparently the dependency was added for both deb and rpm packages. How nice... It would be great if minikube could get more official kubernetes packaging status. 😐 |
Looks like we also need a kernel module loaded, for this to work properly.
|
And another crio binary as well, which I knew about - but forgot.
Remembered to remove "pause", but not to add the new "pinns".... |
It was the missing binary that was blocking crio.service, and thus our modprobe |
We should aim to update the LatestVersion constant to a v1.18 alpha in the v1.8.0 release so that there is time for us to battle-test Kubernetes v1.18 in minikube before the big release date.
Assuming #6603 is merged, minikube fails here with v1.18.0-alpha5.
The text was updated successfully, but these errors were encountered: