mirror of https://github.com/kubernetes/kops.git
Typo fix in README.md
line 74: "For example kops, 1.8.0 does not support Kubernetes 1.9.2" My suggestion is "For example, kops 1.8.0 does not support Kubernetes 1.9.2"
This commit is contained in:
parent
b4c93f6a49
commit
b4a955e28e
|
@ -71,7 +71,7 @@ Kubernetes minor release number. A minor version is the second digit in the
|
|||
release number. kops version 1.8.0 has a minor version of 8. The numbering
|
||||
follows the semantic versioning specification, MAJOR.MINOR.PATCH.
|
||||
|
||||
For example kops, 1.8.0 does not support Kubernetes 1.9.2, but kops 1.9.0
|
||||
For example, kops 1.8.0 does not support Kubernetes 1.9.2, but kops 1.9.0
|
||||
supports Kubernetes 1.9.2 and previous Kubernetes versions. Only when kops minor
|
||||
version matches, the Kubernetes minor version does kops officially support the
|
||||
Kubernetes release. kops does not stop a user from installing mismatching
|
||||
|
|
Loading…
Reference in New Issue