calico
This commit is contained in:
@@ -8,12 +8,17 @@ spec:
|
||||
# Configures Calico networking.
|
||||
calicoNetwork:
|
||||
ipPools:
|
||||
- name: default-ipv4-ippool
|
||||
blockSize: 26
|
||||
cidr: 192.168.0.0/16
|
||||
encapsulation: VXLANCrossSubnet
|
||||
- blockSize: 122
|
||||
cidr: 2001:470:72f0:a::/64
|
||||
encapsulation: VXLAN
|
||||
natOutgoing: Disabled
|
||||
nodeSelector: all()
|
||||
- blockSize: 26
|
||||
cidr: 10.0.10.0/24
|
||||
encapsulation: IPIP
|
||||
natOutgoing: Enabled
|
||||
nodeSelector: all()
|
||||
flexVolumePath: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user