fix(lb): address pool and advertise have to be created later
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
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
|
@ -1,3 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
||||
- ippool.yaml
|
||||
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
Reference in New Issue
Block a user