File tree Expand file tree Collapse file tree 3 files changed +0
-76
lines changed Expand file tree Collapse file tree 3 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ var _clusterUpCmd = &cobra.Command{
164164 exit .Error (err )
165165 }
166166
167- if ! _flagClusterDisallowPrompt {
168- promptForEmail ()
169- }
170-
171167 if _flagClusterConfig != "" {
172168 // Deprecation: specifying aws creds in cluster configuration is no longer supported
173169 if err := detectAWSCredsInConfigFile (cmd .Use , _flagClusterConfig ); err != nil {
Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ var _clusterGCPUpCmd = &cobra.Command{
131131 exit .Error (err )
132132 }
133133
134- if ! _flagClusterGCPDisallowPrompt {
135- promptForEmail ()
136- }
137-
138134 accessConfig , err := getNewGCPClusterAccessConfig (_flagClusterGCPDisallowPrompt )
139135 if err != nil {
140136 exit .Error (err )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments