Merge pull request #23162 from habibrosyad/gh-23152

fix example in k8s.io/docs/setup/release/version-skew-policy
pull/23230/head
Kubernetes Prow Robot 2020-08-18 14:33:10 -07:00 committed by GitHub
commit 7c58cdb148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ Running a cluster with `kubelet` instances that are persistently two minor versi
Example:
If `kube-proxy` version is **{{< skew latestVersion >}}**:
If `kube-proxy` version is **{{< skew oldestMinorVersion >}}**:
* `kubelet` version must be at the same minor version as **{{< skew latestVersion >}}**.
* `kubelet` version must be at the same minor version as **{{< skew oldestMinorVersion >}}**.
* `kube-apiserver` version must be between **{{< skew oldestMinorVersion >}}** and **{{< skew latestVersion >}}**, inclusive.