fix: Update IPPool template to new CRD
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bf3d7ed239
commit
8c6a9f38ba
@ -1,10 +1,10 @@
|
|||||||
apiVersion: ipam.cluster.x-k8s.io/v1alpha1
|
apiVersion: ipam.cluster.x-k8s.io/v1alpha2
|
||||||
kind: InClusterIPPool
|
kind: InClusterIPPool
|
||||||
metadata:
|
metadata:
|
||||||
name: inclusterippool-{{ _template.cluster.name }}
|
name: inclusterippool-{{ _template.cluster.name }}
|
||||||
namespace: {{ _template.cluster.namespace }}
|
namespace: {{ _template.cluster.namespace }}
|
||||||
spec:
|
spec:
|
||||||
start: {{ _template.cluster.network.startip }}
|
addresses:
|
||||||
end: {{ _template.cluster.network.endip }}
|
- {{ _template.cluster.network.startip }}-{{ _template.cluster.network.endip }}
|
||||||
prefix: {{ _template.cluster.network.prefix }}
|
prefix: {{ _template.cluster.network.prefix }}
|
||||||
gateway: {{ _template.cluster.network.gateway }}
|
gateway: {{ _template.cluster.network.gateway }}
|
||||||
|
@ -293,7 +293,7 @@ dependencies:
|
|||||||
# The following list is generated by running the following commands:
|
# The following list is generated by running the following commands:
|
||||||
# $ clusterctl init -i vsphere:<version> [...]
|
# $ clusterctl init -i vsphere:<version> [...]
|
||||||
# $ clusterctl generate cluster <name> [...] | yq eval '.data.data' | yq --no-doc eval '.. | .image? | select(.)' | sort -u
|
# $ clusterctl generate cluster <name> [...] | yq eval '.data.data' | yq --no-doc eval '.. | .image? | select(.)' | sort -u
|
||||||
- gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.18.1
|
- gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.27.0
|
||||||
- gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0
|
- gcr.io/cloud-provider-vsphere/csi/release/driver:v2.1.0
|
||||||
- gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.0
|
- gcr.io/cloud-provider-vsphere/csi/release/syncer:v2.1.0
|
||||||
- quay.io/k8scsi/csi-attacher:v3.0.0
|
- quay.io/k8scsi/csi-attacher:v3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user