Small fixes for calico, they do start, run but not fully work because of
double adapters.
This commit is contained in:
parent
401b03a247
commit
e5731bfc37
6 changed files with 45 additions and 21 deletions
30
2024/07/k8s_scratch_demo1/master/custom-resources.yaml
Normal file
30
2024/07/k8s_scratch_demo1/master/custom-resources.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
# 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:
|
||||
nodeAddressAutodetectionV4:
|
||||
cidrs:
|
||||
- '10.96.0.0/22'
|
||||
# Note: The ipPools section cannot be modified post-install.
|
||||
ipPools:
|
||||
- blockSize: 26
|
||||
cidr: 10.96.0.0/22
|
||||
encapsulation: VXLANCrossSubnet
|
||||
natOutgoing: Enabled
|
||||
nodeSelector: all()
|
||||
|
||||
---
|
||||
|
||||
# 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: {}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue