Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better logging
Browse files Browse the repository at this point in the history
CecileRobertMichon committed Dec 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c403feb commit cacd07f
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/e2e/common.go
Original file line number Diff line number Diff line change
@@ -265,6 +265,8 @@ func EnsureControlPlaneInitialized(ctx context.Context, input clusterctl.ApplyCl
Expect(err).NotTo(HaveOccurred())
if v.GTE(semver.MustParse("1.23.0")) {
InstallAzureDiskCSIDriverHelmChart(ctx, input)
} else {
Logf("Skipping Azure Disk CSI Driver installation for Kubernetes version %s", input.ConfigCluster.KubernetesVersion)
}
result.ControlPlane = controlPlane
}
2 changes: 1 addition & 1 deletion test/e2e/csi_migration_test.go
Original file line number Diff line number Diff line change
@@ -276,7 +276,7 @@ var _ = Describe("[K8s-Upgrade] Running the CSI migration tests", func() {
})

Context("CSI=external CCM=external AzureDiskCSIMigration=true: upgrade to v1.23", func() {
It("should create volumes dynamically with intree cloud provider", func() {
It("should create volumes dynamically with out-of-tree cloud provider", func() {
By("Creating workload cluster v1.22 using user-assigned identity")
clusterName = getClusterName(clusterNamePrefix, "external-providers")
configCluster := defaultConfigCluster(clusterName, namespace.Name)

0 comments on commit cacd07f

Please sign in to comment.