Created
August 12, 2023 17:16
-
-
Save LionelJouin/bc366622d79f0745d84880cbb92b37dc to your computer and use it in GitHub Desktop.
Calico installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: operator.tigera.io/v1 | |
kind: Installation | |
metadata: | |
name: default | |
spec: | |
calicoNetwork: | |
nodeAddressAutodetectionV4: | |
cidrs: | |
- '10.254.0.0/24' | |
ipPools: | |
- blockSize: 26 | |
cidr: 192.168.0.0/16 | |
encapsulation: VXLANCrossSubnet | |
natOutgoing: Enabled | |
nodeSelector: all() | |
--- | |
apiVersion: operator.tigera.io/v1 | |
kind: APIServer | |
metadata: | |
name: default | |
spec: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment