Skip to content

Commit 84e4835

Browse files
author
rsyracuse
authored
More descriptive Cluster Recycle language (#383)
* More descriptive cluster recycle language
1 parent 0b7553a commit 84e4835

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6747,25 +6747,25 @@ paths:
67476747
parameters:
67486748
- name: clusterId
67496749
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.
67516751
required: true
67526752
schema:
67536753
type: integer
67546754
x-linode-cli-command: lke
67556755
post:
67566756
operationId: postLKEClusterRecycle
6757-
x-linode-cli-action: cluster-recycle
6757+
x-linode-cli-action: cluster-nodes-recycle
67586758
security:
67596759
- personalAccessToken: []
67606760
- oauth:
67616761
- lke:read_write
67626762
tags:
67636763
- Linode Kubernetes Engine (LKE)
6764-
summary: Kubernetes Cluster Recycle
6764+
summary: Cluster Nodes Recycle
67656765
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
67676767
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.
67696769

67706770
**Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.**
67716771
responses:
@@ -6786,7 +6786,7 @@ paths:
67866786
https://api.linode.com/v4/lke/clusters/12345/recycle
67876787
- lang: CLI
67886788
source: >
6789-
linode-cli lke cluster-recycle 12345
6789+
linode-cli lke cluster-nodes-recycle 12345
67906790
/lke/clusters/{clusterId}/pools/{poolId}:
67916791
parameters:
67926792
- name: clusterId

0 commit comments

Comments
 (0)