Skip to content

Commit 67cd47a

Browse files
authored
Merge pull request #5075 from nojnhuh/revert-custom-cloud-config
Revert "update default custom cloud provider config for managed identity"
2 parents 40b8c3a + ddef594 commit 67cd47a

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

hack/create-custom-cloud-provider-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
2626
make --directory="${REPO_ROOT}" "${KUBECTL##*/}"
2727

2828
# Test cloud provider config with shorter cache ttl
29-
CLOUD_PROVIDER_CONFIG="file://$(realpath "${REPO_ROOT}")/templates/test/ci/default-custom-cloud-provider-config.json"
29+
CLOUD_PROVIDER_CONFIG="https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/tests/k8s-azure/manifest/cluster-api/cloud-config-vmss-short-cache-ttl.json"
3030
if [[ -n "${CUSTOM_CLOUD_PROVIDER_CONFIG:-}" ]]; then
3131
CLOUD_PROVIDER_CONFIG="${CUSTOM_CLOUD_PROVIDER_CONFIG:-}"
3232
fi

templates/test/ci/default-custom-cloud-provider-config.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)