mirror of https://github.com/kubernetes/kops.git
Update compatibility for v1.11.0
This commit is contained in:
parent
f5ce011fa0
commit
e831b72e60
23
README.md
23
README.md
|
@ -66,8 +66,9 @@ Documentation is in the `/docs` directory, [and the index is here.](docs/README.
|
||||||
### Kubernetes Version Support
|
### Kubernetes Version Support
|
||||||
|
|
||||||
kops is intended to be backward compatible. It is always recommended to use the
|
kops is intended to be backward compatible. It is always recommended to use the
|
||||||
latest version of kops with whatever version of Kubernetes you are using. Always
|
latest version of kops with whatever version of Kubernetes you are using. We suggest
|
||||||
use the latest version of kops.
|
kops users run one of the [3 minor versions](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#supported-releases-and-component-skew) Kubernetes is supporting however we
|
||||||
|
do our best to support previous releases for a period of time.
|
||||||
|
|
||||||
One exception, in regards to compatibility, kops supports the equivalent
|
One exception, in regards to compatibility, kops supports the equivalent
|
||||||
Kubernetes minor release number. A minor version is the second digit in the
|
Kubernetes minor release number. A minor version is the second digit in the
|
||||||
|
@ -82,19 +83,19 @@ versions of K8s, but Kubernetes releases always require kops to install specific
|
||||||
versions of components like docker, that tested against the particular
|
versions of components like docker, that tested against the particular
|
||||||
Kubernetes version.
|
Kubernetes version.
|
||||||
|
|
||||||
|
|
||||||
#### Compatibility Matrix
|
#### Compatibility Matrix
|
||||||
|
|
||||||
| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x | k8s 1.10.x |
|
| kops version | k8s 1.8.x | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x |
|
||||||
|--------------|-----------|-----------|-----------|-----------|-----------|------------|
|
|---------------|-----------|-----------|------------|------------|------------|
|
||||||
| 1.10.x | Y | Y | Y | Y | Y | Y |
|
| 1.12.x - Alpha| Y | Y | Y | Y | Y |
|
||||||
| 1.9.x | Y | Y | Y | Y | Y | N |
|
| 1.11.x | Y | Y | Y | Y | N |
|
||||||
| 1.8.x | Y | Y | Y | Y | N | N |
|
| 1.10.x | Y | Y | Y | N | N |
|
||||||
| 1.7.x | Y | Y | Y | N | N | N |
|
| ~~1.9.x~~ | Y | Y | N | N | N |
|
||||||
| 1.6.x | Y | Y | N | N | N | N |
|
| ~~1.8.x~~ | Y | N | N | N | N |
|
||||||
|
|
||||||
Use the latest version of kops for all releases of Kubernetes, with the caveat
|
Use the latest version of kops for all releases of Kubernetes, with the caveat
|
||||||
that higher versions of Kubernetes are not _officially_ supported by kops.
|
that higher versions of Kubernetes are not _officially_ supported by kops. Releases who are ~~crossed out~~ _should_ work but we suggest should be upgraded soon.
|
||||||
|
|
||||||
### kops Release Schedule
|
### kops Release Schedule
|
||||||
|
|
||||||
This project does not follow the Kubernetes release schedule. `kops` aims to
|
This project does not follow the Kubernetes release schedule. `kops` aims to
|
||||||
|
|
Loading…
Reference in New Issue