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

Doc: Update k3s cilium installation to match k3s default podCIDR #25270

Merged
merged 1 commit into from May 30, 2023

Commits on May 30, 2023

  1. Doc: Update k3s cilium installation to match k3s default podCIDR

    Current k3s installation instruction allow k3s to
    use the default podCIDR 10.42.0.0/16 for pod, which
    can be seen from node.Spec:
    
    spec:
      podCIDR: 10.42.0.0/24
      podCIDRs:
      - 10.42.0.0/24
    
    but "cilium install" result in pod IP to be allocated from
    10.0.0.0/8 range, this cause confusion to users, the cilium
    installation should allow allocated pod IP match default k3s
    podCIDR.
    
    Signed-off-by: Vincent Li <v.li@f5.com>
    vincentmli committed May 30, 2023
    Configuration menu
    Copy the full SHA
    785f4d8 View commit details
    Browse the repository at this point in the history