Skip to content

Commit 6c58f64

Browse files
authored
Merge pull request #3397 from lzhecheng/cpa-log-level-4
Set log level of cloud-provider-azure in ci-e2e test to 4
2 parents a55d442 + 3758e1a commit 6c58f64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/cloud-provider-azure.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ func InstallCalicoAndCloudProviderAzureHelmChart(ctx context.Context, input clus
4545
specName := "cloud-provider-azure-install"
4646
By("Installing cloud-provider-azure components via helm")
4747
options := &helmVals.Options{
48-
Values: []string{fmt.Sprintf("infra.clusterName=%s", input.ConfigCluster.ClusterName)},
48+
Values: []string{
49+
fmt.Sprintf("infra.clusterName=%s", input.ConfigCluster.ClusterName),
50+
"cloudControllerManager.logVerbosity=4",
51+
},
4952
StringValues: []string{fmt.Sprintf("cloudControllerManager.clusterCIDR=%s", strings.Join(cidrBlocks, `\,`))},
5053
}
5154
// If testing a CI version of Kubernetes, use CCM and CNM images built from source.

0 commit comments

Comments
 (0)