This commit is contained in:
root 2024-10-30 00:28:25 +00:00
parent bb97fd84ef
commit 9741d598a7
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ spec:
calicoNetwork: calicoNetwork:
ipPools: ipPools:
- name: default-ipv4-ippool - name: default-ipv4-ippool
blockSize: 26 blockSize: 24
cidr: 10.10.0.0/16 cidr: 10.10.0.0/16
encapsulation: VXLANCrossSubnet encapsulation: VXLANCrossSubnet # openstack 에서는 VXLAN을 사용해야해안다 byljh
natOutgoing: Enabled natOutgoing: Enabled
nodeSelector: all() nodeSelector: all()
registry: reg.inje-private.com registry: reg.inje-private.com