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: openapi.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6747,25 +6747,25 @@ paths:
6747
6747
parameters:
6748
6748
- name: clusterId
6749
6749
in: path
6750
-
description: ID of the Kubernetes cluster to be recycled.
6750
+
description: ID of the Kubernetes cluster which contains nodes to be recycled.
6751
6751
required: true
6752
6752
schema:
6753
6753
type: integer
6754
6754
x-linode-cli-command: lke
6755
6755
post:
6756
6756
operationId: postLKEClusterRecycle
6757
-
x-linode-cli-action: cluster-recycle
6757
+
x-linode-cli-action: cluster-nodes-recycle
6758
6758
security:
6759
6759
- personalAccessToken: []
6760
6760
- oauth:
6761
6761
- lke:read_write
6762
6762
tags:
6763
6763
- Linode Kubernetes Engine (LKE)
6764
-
summary: Kubernetes Cluster Recycle
6764
+
summary: Cluster Nodes Recycle
6765
6765
description: |
6766
-
Recycles a designated Kubernetes Cluster. All Linodes within the Cluster will be deleted
6766
+
Recycles all nodes in all pools of a designated Kubernetes Cluster. All Linodes within the Cluster will be deleted
6767
6767
and replaced with new Linodes on a rolling basis, which may take several minutes. Replacement Nodes are
6768
-
installed with the latest available patch for the Cluster's Kubernetes Version.
6768
+
installed with the latest available [patch version](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#kubernetes-release-versioning) for the Cluster's current Kubernetes minor release.
6769
6769
6770
6770
**Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.**
0 commit comments