Skip to content

Commit

Permalink
Minor fix for the scale test log, which helps properly displaying the…
Browse files Browse the repository at this point in the history
… namespace name

Signed-off-by: Huy Mai <[email protected]>
  • Loading branch information
mquhuy authored and k8s-infra-cherrypick-robot committed Dec 9, 2024
1 parent aaab49b commit 31ce919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scale.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ func createClusterWorker(ctx context.Context, clusterProxy framework.ClusterProx
// If every cluster should be deployed in a separate namespace:
// * Deploy ClusterClass in new namespace.
if deployClusterInSeparateNamespaces {
log.Logf("Apply ClusterClass in namespace %", namespaceName)
log.Logf("Apply ClusterClass in namespace %s", namespaceName)
clusterClassYAML := bytes.Replace(customizedClusterClassYAML, []byte(scaleClusterNamespacePlaceholder), []byte(namespaceName), -1)
Eventually(func() error {
return clusterProxy.CreateOrUpdate(ctx, clusterClassYAML)
Expand Down

0 comments on commit 31ce919

Please sign in to comment.