added calico ip reservations
This commit is contained in:
parent
e4c5846353
commit
ff0d769aa5
@ -8,6 +8,8 @@ k8s_network_packages:
|
||||
- python-jsonpatch
|
||||
k8s_v4_pod_cidr: 10.128.0.0/16
|
||||
k8s_v6_pod_cidr: 2a01:4f8:13b:f202::00/64
|
||||
k8s_v4_reserved_cidr: 10.128.255.224/28
|
||||
k8s_v6_reserved_cidr: 2a01:4f8:13b:f202:ffff:ffff:ffff:fe00/120
|
||||
k8s_v4_service_cidr: 10.96.0.0/16
|
||||
k8s_v6_service_cidr: 2a01:4f8:13b:f203::00/116
|
||||
k8s_v4_network_blocksize: 20
|
||||
|
@ -0,0 +1,8 @@
|
||||
apiVersion: projectcalico.org/v3
|
||||
kind: IPReservation
|
||||
metadata:
|
||||
name: default-ipreservation
|
||||
spec:
|
||||
reservedCIDRs:
|
||||
- 10.128.255.224/28
|
||||
- 2a01:4f8:13b:f202:ffff:ffff:ffff:ffe0/124
|
Loading…
Reference in New Issue
Block a user