We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91ebec3 + e1c6d34 commit ff834efCopy full SHA for ff834ef
openapi.yaml
@@ -6650,10 +6650,12 @@ paths:
6650
tags:
6651
- Linode Kubernetes Engine (LKE)
6652
summary: Update Node Pool
6653
- description: >
6654
- Updates a Node Pool. When a Node Pool's count are
6655
- changed, the nodes in that pool will be replaced in a rolling
6656
- fashion.
+ description: |
+ Updates a Node Pool's count.
+
+ Linodes will be created or deleted to match changes to the Node Pool's count.
6657
6658
+ **Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.**
6659
requestBody:
6660
description: The fields to update
6661
content:
0 commit comments