Update kubeconfig when invalid (#627)
- kubeconfig expires - credentials rotation - cluster recreation Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
This commit is contained in:
parent
1a66887c01
commit
3adff492b6
3 changed files with 332 additions and 25 deletions
|
|
@ -35,6 +35,7 @@ resource "stackit_ske_kubeconfig" "example" {
|
|||
|
||||
### Read-Only
|
||||
|
||||
- `creation_time` (String) Date-time when the kubeconfig was created
|
||||
- `expires_at` (String) Timestamp when the kubeconfig expires
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`cluster_name`,`kube_config_id`".
|
||||
- `kube_config` (String, Sensitive) Raw short-lived admin kubeconfig.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue