mirror of https://github.com/kubernetes/kops.git
Merge pull request #4963 from mikesplain/update_readme_for_1.9
Update readme for 1.9
This commit is contained in:
commit
6ce994b43f
11
README-ES.md
11
README-ES.md
|
@ -81,11 +81,12 @@ particular de Kubernetes.
|
|||
|
||||
#### Compatibilidad Matrix
|
||||
|
||||
| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x |
|
||||
|--------------|-----------|-----------|-----------|-----------|
|
||||
| 1.8.x | Y | Y | Y | Y |
|
||||
| 1.7.x | Y | Y | Y | N |
|
||||
| 1.6.x | Y | Y | N | N |
|
||||
| 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 |
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -83,8 +83,8 @@ Kubernetes version.
|
|||
#### Compatibility 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 (unreleased) | Y | Y | Y | Y | Y |
|
||||
|--------------|-----------|-----------|-----------|-----------|-----------|
|
||||
| 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 |
|
||||
|
@ -201,7 +201,7 @@ You can check your week number using:
|
|||
date +%V
|
||||
```
|
||||
|
||||
The maintainers and other community members are generally available on the [kubernetes slack](https://github.com/kubernetes/community/blob/master/communication.md#social-media) in [#kops](https://kubernetes.slack.com/messages/kops/), so come find and chat with us about how kops can be better for you!
|
||||
The maintainers and other community members are generally available on the [kubernetes slack](https://github.com/kubernetes/community/blob/master/communication.md#social-media) in [#kops-users](https://kubernetes.slack.com/messages/kops-users/), so come find and chat with us about how kops can be better for you!
|
||||
|
||||
|
||||
## GitHub Issues
|
||||
|
|
Loading…
Reference in New Issue