@@ -316,16 +316,16 @@ create-cluster: $(KUSTOMIZE) $(ENVSUBST) ## Create a development Kubernetes clus
316
316
mkdir ~ /.cluster-api
317
317
chmod +x $(CLUSTERCTL )
318
318
# Create clusterctl.yaml to use local OpenStack provider
319
- mkdir -p ./out/infrastructure-openstack/v0.3.0
319
+ mkdir -p ./out/infrastructure-openstack/v0.3.1
320
320
echo " providers:" > ./out/clusterctl.yaml
321
321
echo " - name: openstack" >> ./out/clusterctl.yaml
322
- echo " url: $( PWD) /out/infrastructure-openstack/v0.3.0 /infrastructure-components.yaml" >> ./out/clusterctl.yaml
322
+ echo " url: $( PWD) /out/infrastructure-openstack/v0.3.1 /infrastructure-components.yaml" >> ./out/clusterctl.yaml
323
323
echo " type: InfrastructureProvider" >> ./out/clusterctl.yaml
324
324
325
- echo "releaseSeries:" > ./out/infrastructure-openstack/v0.3.0 /metadata.yaml
326
- echo "- major: 0" >> ./out/infrastructure-openstack/v0.3.0 /metadata.yaml
327
- echo " minor: 3" >> ./out/infrastructure-openstack/v0.3.0 /metadata.yaml
328
- echo " contract: v1alpha3" >> ./out/infrastructure-openstack/v0.3.0 /metadata.yaml
325
+ echo "releaseSeries:" > ./out/infrastructure-openstack/v0.3.1 /metadata.yaml
326
+ echo "- major: 0" >> ./out/infrastructure-openstack/v0.3.1 /metadata.yaml
327
+ echo " minor: 3" >> ./out/infrastructure-openstack/v0.3.1 /metadata.yaml
328
+ echo " contract: v1alpha3" >> ./out/infrastructure-openstack/v0.3.1 /metadata.yaml
329
329
330
330
@if [ -z `kind get clusters | grep clusterapi` ]; then \
331
331
kind create cluster --name=clusterapi; \
@@ -340,7 +340,7 @@ create-cluster: $(KUSTOMIZE) $(ENVSUBST) ## Create a development Kubernetes clus
340
340
341
341
# (Re-)deploy CAPO provider
342
342
MANIFEST_IMG=$(CONTROLLER_IMG)-$(ARCH) MANIFEST_TAG=$(TAG) $(MAKE) set-manifest-image
343
- $(KUSTOMIZE) build config > ./out/infrastructure-openstack/v0.3.0 /infrastructure-components.yaml
343
+ $(KUSTOMIZE) build config > ./out/infrastructure-openstack/v0.3.1 /infrastructure-components.yaml
344
344
$(CLUSTERCTL) delete --infrastructure openstack --include-namespace --namespace capo-system || true
345
345
kubectl wait --for=delete ns/capo-system || true
346
346
$(CLUSTERCTL) init --config ./out/clusterctl.yaml --infrastructure openstack --core cluster-api:v${CAPI_VERSION} --bootstrap kubeadm:v${CAPI_VERSION} --control-plane kubeadm:v${CAPI_VERSION}
0 commit comments