Skip to content

Commit 2129ec4

Browse files
committed
Copy edit and spaces for k8s_version description
1 parent 7e9ae4d commit 2129ec4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

openapi.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6524,10 +6524,13 @@ paths:
65246524
<major>.<minor>. New and recycled Nodes in this cluster will be installed with the
65256525
latest available patch for the Cluster's Kubernetes version.
65266526

6527-
When upgrading the Kubernetes version, only the next latest minor version can be deployed
6528-
following the currently deployed version. For example, a cluster with Kubernetes version
6529-
1.16 can be upgraded to version 1.17, but not directly to 1.18. The k8s_version can not be
6530-
downgraded.
6527+
6528+
When upgrading the Kubernetes version, only the next latest minor version following the current
6529+
version can be deployed. For example, a cluster with Kubernetes version 1.16 can be upgraded to
6530+
version 1.17, but not directly to 1.18.
6531+
6532+
6533+
The Kubernetes version of a cluster can not be downgraded.
65316534
responses:
65326535
'200':
65336536
description: Returns a single Kubernetes cluster.

0 commit comments

Comments
 (0)