Skip to content

Commit 48a7c92

Browse files
Entry for LKE collection disks field
1 parent 51f2fff commit 48a7c92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/changelog/4-69-0-2020-07-13.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ changelog:
66
- API
77
---
88

9+
### Added
10+
11+
- A `disks` field was added to the [Linode Kubernetes Engine (LKE)](/api/v4/lke-clusters) collection. This field allows you to define a custom disk layout for the nodes in a cluster's [Node Pool](/api/v4/lke-clusters-cluster-id-pools/#post). A custom disk layout is only required for specific use cases. If this field is omitted, the nodes in a Node Pool will have a default disk layout consisting of a single partition. The `disks` field is available from the following endpoints:
12+
13+
- Create Kubernetes Cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)).
14+
- Create Node Pool ([POST /lke/clusters/{clusterId}/pools](/api/v4/lke-clusters-cluster-id-pools/#post))
15+
- View Node Pool ([GET /lke/clusters/{clusterId}/pools/{poolId}](/api/v4/lke-clusters-cluster-id-pools-pool-id))
16+
917
### Changed
1018

1119
- Error handling for _ssl_cert_ and _ssl_key_ values related to NodeBalancer Config Create ([POST /nodebalancers/{nodeBalancerId}/configs](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs/#post)) and Update Config ([PUT nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put)) endpoints has been updated. Error messages will now explain if a provided key is in an incorrect format.

0 commit comments

Comments
 (0)