Skip to content
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

Allow flannel CNI to work with kicbase by fixing IP conflict #9046

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Aug 21, 2020

Allows minikube start --driver=docker --cni=flannel to work. It previously starts, but DNS would fail to come up due to:

Warning FailedCreatePodSandBox 56m kubelet, minikube Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "efd353915df8d27b733e20492a3ad43294cb42dc1e17119981c13ba21a233ded" network for pod "coredns-f9fd979d6-jxvx5": networkPlugin cni failed to set up pod "coredns-f9fd979d6-jxvx5_kube-system" network: failed to set bridge addr: "cni0" already has an IP address different from 10.244.0.1/24

This was noticed while testing different CNI environments on Docker.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 21, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tstromberg

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 21, 2020
@tstromberg tstromberg merged commit f492215 into kubernetes:master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants