mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
removing need to update k8s versions for every release in docs
This commit is contained in:
@@ -54,19 +54,11 @@ ignore_docker_version: true
|
||||
|
||||
### Kubernetes Version
|
||||
|
||||
You can select which version of Kubernetes to install for your cluster. Each version of RKE has a specific list of supported Kubernetes versions. If a version is defined in `kubernetes_version` and is not found in this list, the default version is used. If you want to use a different version than listed below, please use the [system images](#rke-system-images) option.
|
||||
You can select which version of Kubernetes to install for your cluster. Each version of RKE has a specific list of supported Kubernetes versions. If a version is defined in `kubernetes_version` and is not found in this list, the default version is used. If you want to use a different version than listed below, please use the [system images]({{< baseurl >}}/rke/v0.1.x/en/config-options/system-images/) option.
|
||||
|
||||
The supported Kubernetes versions for RKE v0.1.15 are:
|
||||
To find out what the list of supported Kubernetes versions are for your version of RKE, please refer to the [release notes](https://github.com/rancher/rke/releases) of the RKE version that you are running.
|
||||
|
||||
Kubernetes version|
|
||||
-----------------|
|
||||
`v1.12.4-rancher1-1`|
|
||||
`v1.11.6-rancher1-1` (default)|
|
||||
`v1.10.12-rancher1-1`|
|
||||
|
||||
<br>
|
||||
|
||||
You can define the Kubernetes version as follows:
|
||||
You can set the Kubernetes version as follows:
|
||||
|
||||
```yaml
|
||||
kubernetes_version: "v1.11.6-rancher1-1"
|
||||
|
||||
Reference in New Issue
Block a user