48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
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:
|
|
# Configures Calico networking.
|
|
calicoNetwork:
|
|
ipPools:
|
|
- blockSize: 122
|
|
cidr: fd00:0:0:a::/64
|
|
encapsulation: VXLAN
|
|
natOutgoing: Disabled
|
|
nodeSelector: all()
|
|
- blockSize: 26
|
|
cidr: 10.0.10.0/24
|
|
encapsulation: IPIP
|
|
natOutgoing: Enabled
|
|
nodeSelector: all()
|
|
flexVolumePath: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"
|
|
|
|
---
|
|
|
|
# This section configures the Calico API server.
|
|
# For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.APIServer
|
|
apiVersion: operator.tigera.io/v1
|
|
kind: APIServer
|
|
metadata:
|
|
name: default
|
|
spec: {}
|
|
|
|
---
|
|
|
|
# Configures the Calico Goldmane flow aggregator.
|
|
apiVersion: operator.tigera.io/v1
|
|
kind: Goldmane
|
|
metadata:
|
|
name: default
|
|
|
|
---
|
|
|
|
# Configures the Calico Whisker observability UI.
|
|
apiVersion: operator.tigera.io/v1
|
|
kind: Whisker
|
|
metadata:
|
|
name: default
|