-
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
Extend kernel config to support dummy network interface and openvswitch with vxlan #2876
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: brb Assign the PR to them by writing 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 one of the admins verify this patch? |
@minikube-bot OK to test |
Is there anything I can do about the CI failures? |
I built minikube after getting these changes . and then starting weavenet , container is showing "CrashLoopBackOff" I am trying on mac Sierra . e.kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')" f.kubectl get pods --all-namespaces To verify that I have this fix, I tried this grep CONFIG_DUMMY ./deploy/iso/minikube-iso/board/coreos/minikube/linux-4.9_defconfig I am very new to k8s . Please let me know If I missed anything |
@pgandhipfpt Can you please open a new issue https://github.com/weaveworks/weave/issues/new? Please provide all requested information in the issue template and in addition, an output of |
Thanks @brb . Opened weaveworks/weave#3318 |
The missing configuration prevents Weave Net from running on minikube (weaveworks/weave#3124).