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:
AdamDang 2018-03-19 13:23:14 +08:00 committed by GitHub
parent b4c93f6a49
commit b4a955e28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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