Method: LinodeOpenapiClient::PutLkeClusterRequest#k8s_version

Defined in:
lib/linode_openapi_client/models/put_lke_cluster_request.rb

#k8s_versionObject

The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>. New and recycled Nodes in this cluster will be installed with the latest available patch for the Cluster’s Kubernetes version. When upgrading the Kubernetes version, only the next latest minor version following the current version can be deployed. For example, a cluster with Kubernetes version 1.19 can be upgraded to version 1.20, but not directly to 1.21. The Kubernetes version of a cluster can not be downgraded.



22
23
24
# File 'lib/linode_openapi_client/models/put_lke_cluster_request.rb', line 22

def k8s_version
  @k8s_version
end