-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Labels
area/cniCNI supportCNI supportarea/networkingnetworking issuesnetworking issuesco/corednsCoreDNS related issuesCoreDNS related issuesco/multinodeIssues related to multinode clustersIssues related to multinode clusterskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Description
So, I already fixed this and lost some of the logs. But it's pretty straight-forward.
- Make a cluster
minikube start --vm-driver=kvm2 --cpus=2 --nodes 3 --network-plugin=cni \
--addons registry --enable-default-cni=false \
--insecure-registry "10.0.0.0/24" --insecure-registry "192.168.39.0/24" \
--extra-config=kubeadm.pod-network-cidr=10.244.0.0/16 \
--extra-config=kubelet.network-plugin=cni
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.ymln.b. I built from head a couple days ago
minikube version: v1.10.0-beta.2
commit: 80c3324b6f526911d46033721df844174fe7f597- make a pod on master and a pod on a node
- from node pod:
curl google.com - from master pod:
curl google.com
CoreDNS was crashing per kubernetes/kubernetes#75414
Fixed with
kubectl patch deployment coredns -n kube-system --patch '{"spec":{"template":{"spec":{"volumes":[{"name":"emptydir-tmp","emptyDir":{}}],"containers":[{"name":"coredns","volumeMounts":[{"name":"emptydir-tmp","mountPath":"/tmp"}]}]}}}}' Edit: had wrong flannel yaml listed.
garbageman-phil
Metadata
Metadata
Assignees
Labels
area/cniCNI supportCNI supportarea/networkingnetworking issuesnetworking issuesco/corednsCoreDNS related issuesCoreDNS related issuesco/multinodeIssues related to multinode clustersIssues related to multinode clusterskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.