mirror of https://github.com/kubernetes/kops.git
Updates for first stable minor release
This commit is contained in:
parent
9e77b77283
commit
6cedce7b37
12
README-ES.md
12
README-ES.md
|
@ -80,13 +80,13 @@ particular de Kubernetes.
|
||||||
|
|
||||||
#### Compatibilidad Matrix
|
#### Compatibilidad Matrix
|
||||||
|
|
||||||
| kOps version | k8s 1.17.x | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x |
|
| kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x |
|
||||||
|---------------|------------|------------|------------|------------|------------|
|
|---------------|------------|------------|------------|------------|------------|
|
||||||
| 1.21.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
| 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||||
| 1.20.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
| 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||||
| ~~1.19.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
| ~~1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||||
| ~~1.18.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
| ~~1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||||
| ~~1.17.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
| ~~1.18.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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
## Release notes for kOps 1.22 series
|
## Release notes for kOps 1.22 series
|
||||||
|
|
||||||
**⚠ kOps 1.22 has not been released yet! ⚠**
|
|
||||||
|
|
||||||
This is a document to gather the release notes prior to the release.
|
|
||||||
|
|
||||||
# Significant changes
|
# Significant changes
|
||||||
|
|
||||||
## Instance metadata service version 2
|
## Instance metadata service version 2
|
||||||
|
|
|
@ -14,13 +14,13 @@ support Kubernetes 1.16.5, 1.15.2, and several previous Kubernetes versions.
|
||||||
|
|
||||||
## Compatibility Matrix
|
## Compatibility Matrix
|
||||||
|
|
||||||
| kOps version | k8s 1.17.x | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x |
|
| kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x |
|
||||||
|---------------|------------|------------|------------|------------|------------|
|
|---------------|------------|------------|------------|------------|------------|
|
||||||
| 1.21.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
| 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||||
| 1.20.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
| 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
|
||||||
| ~~1.19.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
| ~~1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
|
||||||
| ~~1.18.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
| ~~1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
|
||||||
| ~~1.17.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
| ~~1.18.x~~ | ✔ | ⚫ | ⚫ | ⚫ | ⚫ |
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue