Skip to content

Commit f8cdd35

Browse files
committed
Add token regenerate warning
1 parent ab4d565 commit f8cdd35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11096,6 +11096,8 @@ paths:
1109611096
This is a helper command that allows performing both the [Kubeconfig Delete](#kubeconfig-delete) and the [Service Token Delete](#service-token-delete) actions with a single request.
1109711097

1109811098
When using this command, at least one of `kubeconfig` or `servicetoken` is required.
11099+
11100+
**Note**: When regenerating a service account token, the Cluster's control plane components and Linode CSI drivers are also restarted and configured with the new token. High Availability Clusters should not experience any disruption, while standard Clusters may experience brief control plane downtime while components are restarted.
1109911101
requestBody:
1110011102
description: The Kubernetes Cluster Regenerate request object.
1110111103
content:
@@ -11159,6 +11161,8 @@ paths:
1115911161
summary: Service Token Delete
1116011162
description: |
1116111163
Delete and regenerate the service account token for a Cluster.
11164+
11165+
**Note**: When regenerating a service account token, the Cluster's control plane components and Linode CSI drivers are also restarted and configured with the new token. High Availability Clusters should not experience any disruption, while standard Clusters may experience brief control plane downtime while components are restarted.
1116211166
responses:
1116311167
'200':
1116411168
description: Service token deleted and regenerated successfully.

0 commit comments

Comments
 (0)