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

The instructions for installing Cilium omit the --pod-network-cidr argument, create mesh that doesnt work #14323

Closed
andrewhowdencom opened this issue May 14, 2019 · 1 comment · Fixed by #14411
Labels
sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.

Comments

@andrewhowdencom
Copy link

This is a Bug Report

Problem:

When following the instructions to install cilium with kubeadm, the instructions omit the inclusion of the --pod-network-cidr argument.

This appears to create a condition in which the kube-proxy does not SNAT traffic correctly on its return path for containers using the host network -- including those critical for cilium, such as the cilium agent.

This means the install fails.

See https://cilium.io/blog/2018/09/26/bionic-beaver/

Proposed Solution:

Update:

https://cilium.io/blog/2018/09/26/bionic-beaver/

To include the pod CIDR. I just used the one supplied on that page, and it sems to work allright. Better run it past the Cilium authors though.

Page to Update:
https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/

Kubernetes version 1.14

@neolit123
Copy link
Member

@andrewhowdencom thanks for catching this.

the instructions omit the inclusion of the --pod-network-cidr argument.

yes, this is true.
are you willing to help by submitting a PR for this repository to fix the problem?

/sig cluster-lifecycle

@k8s-ci-robot k8s-ci-robot added the sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. label May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants