mirror of https://github.com/kubernetes/kops.git
Merge pull request #8672 from johngmyers/update-matrix
Update compatibility matrix
This commit is contained in:
commit
1b19763552
13
README-ES.md
13
README-ES.md
|
@ -81,12 +81,13 @@ particular de Kubernetes.
|
|||
|
||||
#### Compatibilidad Matrix
|
||||
|
||||
| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x |
|
||||
|--------------|-----------|-----------|-----------|-----------|-----------|
|
||||
| 1.9.x | Y | Y | Y | Y | Y |
|
||||
| 1.8.x | Y | Y | Y | Y | N |
|
||||
| 1.7.x | Y | Y | Y | N | N |
|
||||
| 1.6.x | Y | Y | N | N | N |
|
||||
| kops version | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x | k8s 1.15.x | k8s 1.16.x |
|
||||
|---------------|------------|------------|------------|------------|------------|
|
||||
| 1.16.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.15.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| 1.14.x | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.13.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.12.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
|
||||
Utilice la última versión de kops para todas las versiones de Kubernetes, con la advertencia de que las versiones más altas de Kubernetes no cuentan con el respaldo _oficial_ de kops.
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -89,16 +89,16 @@ Kubernetes version.
|
|||
|
||||
#### Compatibility Matrix
|
||||
|
||||
| kops version | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x | k8s 1.15.x |
|
||||
| kops version | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x | k8s 1.15.x | k8s 1.16.x |
|
||||
|---------------|------------|------------|------------|------------|------------|
|
||||
| 1.15.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.14.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| 1.13.x | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.12.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.11.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
| 1.16.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.15.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||
| 1.14.x | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||
| ~~1.13.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||
| ~~1.12.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||
|
||||
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. Releases who are ~~crossed out~~ _should_ work but we suggest should be upgraded soon.
|
||||
that higher versions of Kubernetes are not _officially_ supported by kops. Releases which are ~~crossed out~~ _should_ work but we suggest should be upgraded soon.
|
||||
|
||||
### kops Release Schedule
|
||||
|
||||
|
|
Loading…
Reference in New Issue