mirror of https://github.com/kubernetes/kops.git
Replace Y / N Markings of Compatibility Matrix in readme with ✔ / ❌
This commit is contained in:
parent
8cea9af6e6
commit
d2dbdcbf60
10
README.md
10
README.md
|
|
@ -88,11 +88,11 @@ Kubernetes version.
|
|||
|
||||
| kops version | k8s 1.8.x | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x |
|
||||
|---------------|-----------|-----------|------------|------------|------------|
|
||||
| 1.12.x - Alpha| Y | Y | Y | Y | Y |
|
||||
| 1.11.x | Y | Y | Y | Y | N |
|
||||
| 1.10.x | Y | Y | Y | N | N |
|
||||
| ~~1.9.x~~ | Y | Y | N | N | N |
|
||||
| ~~1.8.x~~ | Y | N | N | N | N |
|
||||
| 1.12.x - Alpha| ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.11.x | ✔ | ✔ | ✔ | ✔ | ❌ |
|
||||
| 1.10.x | ✔ | ✔ | ✔ | ❌ | ❌ |
|
||||
| ~~1.9.x~~ | ✔ | ✔ | ❌ | ❌ | ❌ |
|
||||
| ~~1.8.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