Skip to content

Commit a1663fb

Browse files
authored
Merge pull request #10149 from sbueringer/pr-wait-provider-init-binary
🌱 Use --wait-providers in test framework InitWithBinary func
2 parents 23b66dc + 1e4dd83 commit a1663fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/clusterctl/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func InitWithBinary(_ context.Context, binary string, input InitInput) {
109109
}
110110

111111
func calculateClusterCtlInitArgs(input InitInput) []string {
112-
args := []string{"init", "--config", input.ClusterctlConfigPath, "--kubeconfig", input.KubeconfigPath}
112+
args := []string{"init", "--config", input.ClusterctlConfigPath, "--kubeconfig", input.KubeconfigPath, "--wait-providers"}
113113
if input.CoreProvider != "" {
114114
args = append(args, "--core", input.CoreProvider)
115115
}

0 commit comments

Comments
 (0)