22 lines
407 B
Plaintext
22 lines
407 B
Plaintext
|
---
|
||
|
apiVersion: operator.tigera.io/v1
|
||
|
kind: Installation
|
||
|
metadata:
|
||
|
name: default
|
||
|
spec:
|
||
|
calicoNetwork:
|
||
|
ipPools:
|
||
|
- blockSize: 26
|
||
|
cidr: "10.42.0.0/16"
|
||
|
encapsulation: "VXLANCrossSubnet"
|
||
|
natOutgoing: Enabled
|
||
|
nodeSelector: all()
|
||
|
nodeMetricsPort: 9091
|
||
|
typhaMetricsPort: 9093
|
||
|
---
|
||
|
apiVersion: operator.tigera.io/v1
|
||
|
kind: APIServer
|
||
|
metadata:
|
||
|
name: default
|
||
|
spec: {}
|