26 lines
639 B
YAML
26 lines
639 B
YAML
|
# This section includes base Calico installation configuration.
|
||
|
# For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation
|
||
|
apiVersion: operator.tigera.io/v1
|
||
|
kind: Installation
|
||
|
metadata:
|
||
|
name: default
|
||
|
spec:
|
||
|
variant: Calico
|
||
|
cni:
|
||
|
type: Calico
|
||
|
ipam:
|
||
|
type: Calico
|
||
|
serviceCIDRs:
|
||
|
- 10.80.0.0/12
|
||
|
calicoNetwork:
|
||
|
bgp: Enabled
|
||
|
linuxDataplane: Nftables
|
||
|
hostPorts: Enabled
|
||
|
ipPools:
|
||
|
- name: default-ipv4-ippool
|
||
|
blockSize: 24
|
||
|
cidr: 10.64.0.0/12
|
||
|
encapsulation: None
|
||
|
natOutgoing: Disabled
|
||
|
nodeSelector: all()
|