2022-08-16 09:40:54 +00:00
|
|
|
# This section includes base Calico installation configuration.
|
2022-10-14 11:03:34 +00:00
|
|
|
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.Installation
|
2022-08-16 09:40:54 +00:00
|
|
|
apiVersion: operator.tigera.io/v1
|
|
|
|
kind: Installation
|
|
|
|
metadata:
|
|
|
|
name: default
|
|
|
|
spec:
|
|
|
|
# Configures Calico networking.
|
|
|
|
calicoNetwork:
|
|
|
|
# Note: The ipPools section cannot be modified post-install.
|
|
|
|
ipPools:
|
|
|
|
- blockSize: 26
|
2022-10-14 11:03:34 +00:00
|
|
|
cidr: 10.244.0.0/16
|
2022-08-16 09:40:54 +00:00
|
|
|
encapsulation: VXLANCrossSubnet
|
|
|
|
natOutgoing: Enabled
|
|
|
|
nodeSelector: all()
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# This section configures the Calico API server.
|
2022-10-14 11:03:34 +00:00
|
|
|
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
|
2022-08-16 09:40:54 +00:00
|
|
|
apiVersion: operator.tigera.io/v1
|
|
|
|
kind: APIServer
|
|
|
|
metadata:
|
|
|
|
name: default
|
|
|
|
spec: {}
|
|
|
|
|