Skip to content

Commit 2cc50db

Browse files
authored
Merge pull request #4231 from k8s-infra-cherrypick-robot/cherry-pick-4230-to-release-1.11
[release-1.11] Revert "workaround cloud provider chart federated token bug"
2 parents ac4ae8e + 3a1b5bf commit 2cc50db

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

scripts/ci-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ install_cloud_provider_azure() {
226226
--set cloudControllerManager.cloudConfig="${CLOUD_CONFIG}" \
227227
--set cloudControllerManager.cloudConfigSecretName="${CONFIG_SECRET_NAME}" \
228228
--set cloudControllerManager.logVerbosity="${CCM_LOG_VERBOSITY}" \
229-
--set-string cloudControllerManager.federatedTokenPath= \
230229
--set-string cloudControllerManager.clusterCIDR="${CCM_CLUSTER_CIDR}" "${CCM_IMG_ARGS[@]}" || return 1
231230
}
232231

test/e2e/cloud-provider-azure.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ func InstallCalicoAndCloudProviderAzureHelmChart(ctx context.Context, input clus
4848
fmt.Sprintf("infra.clusterName=%s", input.ClusterName),
4949
"cloudControllerManager.logVerbosity=4",
5050
},
51-
StringValues: []string{
52-
fmt.Sprintf("cloudControllerManager.clusterCIDR=%s", strings.Join(cidrBlocks, `\,`)),
53-
"cloudControllerManager.federatedTokenPath=",
54-
},
51+
StringValues: []string{fmt.Sprintf("cloudControllerManager.clusterCIDR=%s", strings.Join(cidrBlocks, `\,`))},
5552
}
5653
// If testing a CI version of Kubernetes, use CCM and CNM images built from source.
5754
if useCIArtifacts || usePRArtifacts {

0 commit comments

Comments
 (0)