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
"First you need to obtain a kubeconfig for use with the login command (first or second example).",
62
62
"Secondly you use the kubeconfig with your chosen Kubernetes client (third example), the client will automatically retrieve the credentials via the STACKIT CLI.\n\n"+
63
63
"Project ID and region are resolved with the following precedence:\n\n"+
64
-
"| Explicit flag | Global config | Exec cluster config | Result |\n"+
65
-
"| --- | --- | --- | --- |\n"+
66
-
"| Not set | Set | Not set | Global config |\n"+
67
-
"| Set | Set | Not set | Explicit flag |\n"+
68
-
"| Not set | Set | Set | Exec cluster config |\n"+
69
-
"| Set | Set | Set | Explicit flag |",
64
+
"| Explicit flag | Global config | Exec cluster config | Result |\n"+
0 commit comments