Wiilink Calico

Channel Revision Published Runs on
latest/stable 43 09 Feb 2022
Ubuntu 20.04 Ubuntu 18.04
latest/beta 42 22 Apr 2021
Ubuntu 20.04 Ubuntu 18.04
latest/edge 19 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy wiilink-calico
Show information

Platform:

Ubuntu
20.04 18.04

Learn about configurations >

  • as_number | int

    Default: 64512

    Default AS number wich use in Calico

  • assign_ipv6 | boolean

    Enable ipv6 attribution for pods (Need a valid ipv6 ipPool configured)

  • calico_cidr | string

    Define calico IPAM CIDR

  • calico_ippools | string

    Default: []

    Add more ipPool to calico, format [{"name": "myNameOrAutoGenerated", "cidr": "10.42.0.0/16", "ipipMode": "Never", "natOutgoing": "false", "disabled": "false", "nodeSelector": "all()"}, ...] refer to https://docs.projectcalico.org/v3.1/reference/calicoctl/resources/ippool for more eplaination on field

  • cni_docker_image | string

    Default: calico/cni:v3.18.1

    Set the default Docker image for calico/cni from wich cni bin will be copy on host

  • cni_mtu | int

    Default: 1500

    Set MTU for cni interfaces

  • external_router | string

    Default: []

    Peer with BGP hosts, format [{"node": "toto", "peer": "10.10.10.10", "asn": 5680, "name": "ToR-1"}, ...]

  • ipip_mode | string

    Default: Never

    Enable IP tunneling possible value: Always, CrossSubnet, Never

  • nat-outgoing | boolean

    Default: True

    NAT outgoing traffic

  • network_policy | string

    Add custom network policy

  • node_docker_image | string

    Default: calico/node:v3.18.1

    Set the default Docker image for calico/node agent

  • node_to_node_mesh_enabled | boolean

    Default: True

    Set if Calico must peer with all other node

  • peer_tor_router | boolean

    Peer with default gateway of each node to annonce calico routes (Usefull for ToR L3 router)

  • policy_controller_docker_image | string

    Default: calico/kube-controllers:v3.18.1

    Set the policy controller Docker image that will run on Kube cluster.

  • tor_as_number | int

    Default: 64511

    As number of router

  • vxlan_mode | string

    Default: Never

    Enable VXLAN tunneling possible value: Always, Never