You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubetest2-tf/deployer/deployer.go
+23-12Lines changed: 23 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -76,15 +76,15 @@ type deployer struct {
76
76
tmpDirstring
77
77
machineIPs []string
78
78
79
-
RepoRootstring`desc:"The path to the root of the local kubernetes repo. Necessary to call certain scripts. Defaults to the current directory. If operating in legacy mode, this should be set to the local kubernetes/kubernetes repo."`
80
-
IgnoreClusterDirbool`desc:"Ignore the cluster folder if exists"`
81
-
AutoApprovebool`desc:"Auto-approve the deployment of infrastructure through terraform" flag:",deprecated"`
82
-
RetryOnTfFailureint`desc:"Retry on Terraform Apply Failure"`
83
-
BreakKubetestOnUpfailbool`desc:"Breaks kubetest2 when up fails"`
84
-
Playbookstring`desc:"Name of ansible playbook to be run"`
85
-
ExtraVarsmap[string]string`desc:"Passes extra-vars to ansible playbook, enter a string of key=value pairs"`
86
-
SetKubeconfigbool`desc:"Flag to set kubeconfig"`
87
-
TargetProviderstring`desc:"provider value to be used(powervs, vpc)"`
79
+
RepoRootstring`desc:"The path to the root of the local kubernetes repo. Necessary to call certain scripts. Defaults to the current directory. If operating in legacy mode, this should be set to the local kubernetes/kubernetes repo."`
80
+
IgnoreClusterDirbool`desc:"Ignore the cluster folder if exists"`
81
+
AutoApprovebool`desc:"Auto-approve the deployment of infrastructure through terraform" flag:",deprecated"`
82
+
RetryOnTfFailureint`desc:"Retry on Terraform Apply Failure"`
83
+
BreakKubetestOnUpfailbool`desc:"Breaks kubetest2 when up fails"`
84
+
Playbookstring`desc:"Name of ansible playbook to be run"`
85
+
ExtraVarsstring`desc:"Passes extra-vars to ansible playbook, enter a comma-separated string of key:value pairs"`
86
+
SetKubeconfigbool`desc:"Flag to set kubeconfig"`
87
+
TargetProviderstring`desc:"provider value to be used(powervs, vpc)"`
0 commit comments