-
Notifications
You must be signed in to change notification settings - Fork 41
Developer environment fails to launch as a result of CNI issues within minikube. #192
Comments
The Calico error is
It suggests that the relevant ipsets kernel module isn't being loaded. |
Yes, looks like the On
|
@fasaxc Awesome! Thanks for the update, I'll try and test again against the 1.0.4 iso that we caught this issue with last time: kubernetes/minikube#973. @v1k0d3n, we should probably keep an eye on this issue: kubernetes/minikube#1110 as it may help us keep sidestep these regressions in future, and let us add other goodies to the iso that we would like to use moving forward. |
i think this issue is resolved, and we're having other new issues with minikube and older versions of kube under v1.5.3. going to close out this issue @intlabs in favor of tracking this as a side kubernetes item. i've gotta think of some ways to monitor dependencies on minikube, but i'd like to think that having our own ISO would help with this some (at least this specific problem). |
Is this a bug report or feature request? (choose one): BUG REPORT
Kubernetes Version (output of
kubectl version
): v1.5.1 and v1.5.2Helm Client and Tiller Versions (output of
helm version
): v2.1.3Development or Deployment Environment?: Development
Release Tag or Master: All
Expected Behavior: Happy developers, rainbows, unicorns etc
What Actually Happened: Minikube blows up.
How to Reproduce the Issue (as minimally as possible):
Follow minikube developer documentation to the letter. (13/Feb/2017)
Any Additional Comments:
There appears to be some bugs in
minikube
when using CNI networking. In particular there looks to be a race issue withipset
that causes Calico to crash when loading a large number of pods: https://paste.fedoraproject.org/556865/94945148/raw/As a workaround we can develop without CNI support, as we are not yet making use of network policy:
The text was updated successfully, but these errors were encountered: