Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 761 Bytes

File metadata and controls

32 lines (25 loc) · 761 Bytes

Calico Bundle

The calico bundle deploys Project Calico.

Configuration

To configure the bundle, use the calico block:

#cloud-config

# Specify the bundle to use
bundles:
  - targets:
      - run://quay.io/kairos/community-bundles:calico_latest

# Specify calico settings
calico:
  values:
    installation:
      cni:
        type: Calico
      calicoNetwork:
        bgp: Disabled
      ipPools:
        - cidr: 10.244.0.0/16
          encapsulation: VXLAN
  version: 3.25.0

Note that specifying values and version are optional. Specifying values allows you to customize the Helm Chart.