Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
API v4.62.0
Added
The following Linode Kubernetes Engine (LKE) Beta Endpoints were added:
- List Kubernetes API Endpoints (GET /lke/clusters/{clusterId}/api-endpoints ). This endpoint returns an array of Kubernetes API server endpoints for your LKE cluster.
Changed
The View Kubernetes API Endpoint (/lke/clusters/{clusterId}/api-endpoint ) endpoint is now deprecated in favor of List Kubernetes API Endpoints (GET /lke/clusters/{clusterId}/api-endpoints ).
The
version
property of an LKE cluster has been updated to be namedk8s_version
. This change affects the following endpoints:- List Kubernetes Clusters (GET /lke/clusters )
- Create Kubernetes Clusters (POST /lke/clusters )
- View Kubernetes Cluster (GET /lke/clusters/{clusterId} )
Fixed
An LKE cluster’s
label
,k8s_version
, andregion
properties were incorrectly labeled as being filterable . These properties have been updated in the Linode API v4 schema to no longer display thefilterable
label.The
id
property of a Node in an LKE Node Pool was incorrectly documented as being of typenumber
. This has been corrected and the property is now documented as being of typestring
.- You can view the
id
property of your Nodes in the response from the Create Node Pool , View Node Pool , and Update Node Pool endpoints.
- You can view the