Skip to content

Commit

Permalink
Merge pull request #11548 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-11547-to-release-1.9

[release-1.9] 🐛 Properly display the namespace name in scale test
  • Loading branch information
k8s-ci-robot authored Dec 9, 2024
2 parents aaab49b + 31ce919 commit e5c96a6
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 e5c96a6

Please sign in to comment.