Skip to content

Commit 7f001ee

Browse files
authored
docs(ske): fix table layout of ske kubeconfig login command (#1589)
1 parent e318358 commit 7f001ee

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/stackit_ske_kubeconfig_login.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Secondly you use the kubeconfig with your chosen Kubernetes client (third exampl
1010

1111
Project ID and region are resolved with the following precedence:
1212

13-
| Explicit flag | Global config | Exec cluster config | Result |
14-
| --- | --- | --- | --- |
15-
| Not set | Set | Not set | Global config |
16-
| Set | Set | Not set | Explicit flag |
17-
| Not set | Set | Set | Exec cluster config |
18-
| Set | Set | Set | Explicit flag |
13+
| Explicit flag | Global config | Exec cluster config | Result |
14+
| ------------- | ------------- | ------------------- | ------------------- |
15+
| Not set | Set | Not set | Global config |
16+
| Set | Set | Not set | Explicit flag |
17+
| Not set | Set | Set | Exec cluster config |
18+
| Set | Set | Set | Explicit flag |
1919

2020
```
2121
stackit ske kubeconfig login [flags]

internal/cmd/ske/kubeconfig/login/login.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
6161
"First you need to obtain a kubeconfig for use with the login command (first or second example).",
6262
"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"+
6363
"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"+
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 |",
7070
),
7171
Args: args.NoArgs,
7272
Example: examples.Build(

0 commit comments

Comments
 (0)