Last active
August 19, 2024 22:47
-
-
Save KaiSforza/49403403fce5d98b8cbd924bed3442b6 to your computer and use it in GitHub Desktop.
test.yaml
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: v1 | |
kind: Namespace | |
metadata: | |
name: calico-system | |
labels: | |
system-role: external | |
--- | |
apiVersion: operator.tigera.io/v1 | |
kind: Installation | |
metadata: | |
name: default | |
spec: | |
calicoNetwork: | |
ipPools: | |
- name: default-ipv4-ippool | |
blockSize: 26 | |
cidr: 192.168.0.0/16 | |
encapsulation: VXLANCrossSubnet | |
natOutgoing: Enabled | |
nodeSelector: all() | |
- name: default-ipv6-ippool | |
blockSize: 122 | |
cidr: fd02::/108 | |
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