File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
308
308
./hack/install-cert-manager.sh
309
309
310
310
# Create customized cloud provider configs
311
+ AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY="$${AZURE_CLIENT_ID_USER_ASSIGNED_IDENTITY:-$$(cat $(AZURE_IDENTITY_ID_FILEPATH))}" \
311
312
./hack/create-custom-cloud-provider-config.sh
312
313
313
314
# Deploy CAPI
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ if [[ -n "${CUSTOM_CLOUD_PROVIDER_CONFIG:-}" ]]; then
31
31
CLOUD_PROVIDER_CONFIG=" ${CUSTOM_CLOUD_PROVIDER_CONFIG:- } "
32
32
fi
33
33
34
- echo " curling ${CLOUD_PROVIDER_CONFIG} "
35
34
curl --retry 3 -sL -o tmp_azure_json " ${CLOUD_PROVIDER_CONFIG} "
36
35
" ${ENVSUBST} " < tmp_azure_json > azure_json
37
36
" ${KUBECTL} " delete secret " ${CLUSTER_NAME} -control-plane-azure-json" -n default || true
You can’t perform that action at this time.
0 commit comments