File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments