Skip to content

Commit f5e4005

Browse files
committed
Fix endpoint parentheticals
1 parent 9fe561e commit f5e4005

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/4-83-0-2021-01-11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ changelog:
88

99
### Added
1010

11-
- 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.
11+
- The LKE [Kubernetes Cluster Recycle](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /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.
1212

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.
13+
- The LKE [Node View](/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
1414

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.
15+
- The LKE [Node Recycle](/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /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.
1616

1717
### Updated
1818

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.
19+
- The LKE [Kubernetes Cluster Update](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /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

Comments
 (0)