mirror of https://github.com/kubernetes/kops.git
Update readme for 1.14
This commit is contained in:
parent
0b203b3cc1
commit
ae6bc7fa9f
16
README.md
16
README.md
|
@ -90,14 +90,14 @@ Kubernetes version.
|
|||
|
||||
#### Compatibility Matrix
|
||||
|
||||
| kops version | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x |
|
||||
|---------------|-----------|------------|------------|------------|------------|------------|
|
||||
| 1.14.x - Beta | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.13.x | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
|
||||
| 1.12.x | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
|
||||
| 1.11.x | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ |
|
||||
| ~~1.10.x~~ | ✔ | ✔ | ❌ | ❌ | ❌ | ❌ |
|
||||
| ~~1.9.x~~ | ✔ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
||||
| kops version | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x | k8s 1.15.x |
|
||||
|---------------|------------|------------|------------|------------|------------|------------|
|
||||
| 1.15.0-alpha.1| ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.14.x | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
|
||||
| 1.13.x | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
|
||||
| 1.12.x | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ |
|
||||
| ~~1.11.x~~ | ✔ | ✔ | ❌ | ❌ | ❌ | ❌ |
|
||||
| ~~1.10.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.
|
||||
|
|
Loading…
Reference in New Issue