Skip to content

Commit

Permalink
Merge pull request #5075 from nojnhuh/revert-custom-cloud-config
Browse files Browse the repository at this point in the history
Revert "update default custom cloud provider config for managed identity"
  • Loading branch information
k8s-ci-robot authored Aug 14, 2024
2 parents 40b8c3a + ddef594 commit 67cd47a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion hack/create-custom-cloud-provider-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
make --directory="${REPO_ROOT}" "${KUBECTL##*/}"

# Test cloud provider config with shorter cache ttl
CLOUD_PROVIDER_CONFIG="file://$(realpath "${REPO_ROOT}")/templates/test/ci/default-custom-cloud-provider-config.json"
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"
if [[ -n "${CUSTOM_CLOUD_PROVIDER_CONFIG:-}" ]]; then
CLOUD_PROVIDER_CONFIG="${CUSTOM_CLOUD_PROVIDER_CONFIG:-}"
fi
Expand Down
26 changes: 0 additions & 26 deletions templates/test/ci/default-custom-cloud-provider-config.json

This file was deleted.

0 comments on commit 67cd47a

Please sign in to comment.