Skip to content

Commit

Permalink
Merge pull request #10149 from sbueringer/pr-wait-provider-init-binary
Browse files Browse the repository at this point in the history
🌱 Use --wait-providers in test framework InitWithBinary func
  • Loading branch information
k8s-ci-robot authored Feb 14, 2024
2 parents 23b66dc + 1e4dd83 commit a1663fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/clusterctl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func InitWithBinary(_ context.Context, binary string, input InitInput) {
}

func calculateClusterCtlInitArgs(input InitInput) []string {
args := []string{"init", "--config", input.ClusterctlConfigPath, "--kubeconfig", input.KubeconfigPath}
args := []string{"init", "--config", input.ClusterctlConfigPath, "--kubeconfig", input.KubeconfigPath, "--wait-providers"}
if input.CoreProvider != "" {
args = append(args, "--core", input.CoreProvider)
}
Expand Down

0 comments on commit a1663fb

Please sign in to comment.