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
@@ -143,7 +155,7 @@ environments where the hostname cannot be derived from stored credentials).`,
143
155
Args: execArgs,
144
156
APIVersion: "client.authentication.k8s.io/v1",
145
157
ProvideClusterInfo: false,
146
-
InteractiveMode: "IfAvailable",
158
+
InteractiveMode: interactiveMode,
147
159
},
148
160
}
149
161
@@ -166,6 +178,9 @@ environments where the hostname cannot be derived from stored credentials).`,
166
178
cmd.Flags().StringVar(&projectName, "project", "", "Configure kubectl to access a specific project's control plane instead of the core control plane.")
167
179
cmd.Flags().StringVar(&organizationName, "organization", "", "The organization name that is being connected to.")
168
180
cmd.Flags().StringVar(&hostname, "hostname", "", "Override the hostname for the API server")
0 commit comments