20 lines
384 B
YAML
20 lines
384 B
YAML
apiVersion: projectcalico.org/v3
|
|
items:
|
|
- apiVersion: projectcalico.org/v3
|
|
kind: IPPool
|
|
metadata:
|
|
name: default-ipv4-ippool
|
|
spec:
|
|
cidr: 192.0.0.0/16
|
|
ipipMode: Always
|
|
natOutgoing: true
|
|
disabled: true
|
|
- apiVersion: projectcalico.org/v3
|
|
kind: IPPool
|
|
metadata:
|
|
name: pod-ip-pool
|
|
spec:
|
|
cidr: 10.244.0.0/24
|
|
ipipMode: Always
|
|
natOutgoing: true
|