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
- The LKE [Kubernetes Cluster Recycle](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST https://api.linode.com/v4/lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
12
+
13
+
- The LKE [Node View](/docs/api/linode-kubernetes-engine-lke/#node-view) (GET https://api.linode.com/v4/lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
14
+
15
+
- The LKE [Node Recycle](/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST https://api.linode.com/v4/lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
16
+
17
+
### Updated
18
+
19
+
- The LKE [Kubernetes Cluster Update](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT https://api.linode.com/v4/lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
0 commit comments