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: docs/stackit_ske_kubeconfig_login.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@ Login plugin for kubernetes clients, that creates short-lived credentials to aut
8
8
First you need to obtain a kubeconfig for use with the login command (first or second example).
9
9
Secondly you use the kubeconfig with your chosen Kubernetes client (third example), the client will automatically retrieve the credentials via the STACKIT CLI.
10
10
11
+
Project ID and region are resolved with the following precedence:
12
+
13
+
| Explicit flag | Global config | Exec cluster config | Result |
"Login plugin for kubernetes clients, that creates short-lived credentials to authenticate against a STACKIT Kubernetes Engine (SKE) cluster.",
61
61
"First you need to obtain a kubeconfig for use with the login command (first or second example).",
62
-
"Secondly you use the kubeconfig with your chosen Kubernetes client (third example), the client will automatically retrieve the credentials via the STACKIT CLI.",
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
+
"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"+
0 commit comments