mirror of https://github.com/kubernetes/kops.git
Update compatablity Matrices
This commit is contained in:
parent
2b888e62a6
commit
ea35f91816
11
README-ES.md
11
README-ES.md
|
|
@ -81,11 +81,12 @@ particular de Kubernetes.
|
||||||
|
|
||||||
#### Compatibilidad Matrix
|
#### Compatibilidad Matrix
|
||||||
|
|
||||||
| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x |
|
| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x |
|
||||||
|--------------|-----------|-----------|-----------|-----------|
|
|--------------|-----------|-----------|-----------|-----------|-----------|
|
||||||
| 1.8.x | Y | Y | Y | Y |
|
| 1.9.x | Y | Y | Y | Y | Y |
|
||||||
| 1.7.x | Y | Y | Y | N |
|
| 1.8.x | Y | Y | Y | Y | N |
|
||||||
| 1.6.x | Y | Y | N | N |
|
| 1.7.x | Y | Y | Y | N | N |
|
||||||
|
| 1.6.x | Y | Y | N | N | N |
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -81,12 +81,12 @@ 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 |
|
| 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 (unreleased) | Y | Y | Y | Y | Y |
|
| 1.9.x | Y | Y | Y | Y | Y |
|
||||||
| 1.8.x | Y | Y | Y | Y | N |
|
| 1.8.x | Y | Y | Y | Y | N |
|
||||||
| 1.7.x | Y | Y | Y | N | N |
|
| 1.7.x | Y | Y | Y | N | N |
|
||||||
| 1.6.x | Y | Y | N | N | N |
|
| 1.6.x | Y | Y | 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue