include supported version skew (#9501)

This commit is contained in:
hidekif
2018-07-19 08:04:51 +10:00
committed by k8s-ci-robot
parent d82f928033
commit 2d086cb032
@@ -12,7 +12,7 @@ Use the Kubernetes command-line tool, [kubectl](/docs/user-guide/kubectl/), to d
{{% /capture %}}
{{% capture prerequisites %}}
You must use a kubectl version that is the same, or later, as the version of your cluster. Using the latest version of kubectl helps avoid unforeseen issues.
You must use a kubectl version that is within one minor version difference with your cluster. For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master. Using the latest version of kubectl helps avoid unforeseen issues.
{{% /capture %}}