Skip to content

Commit

Permalink
Include supported version skew
Browse files Browse the repository at this point in the history
A quick fix until the version skew is properly documented for master/node and master/kubectl, per kubernetes#7103.
  • Loading branch information
hidekif committed Apr 20, 2018
1 parent f8ecb56 commit f497b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use the Kubernetes command-line tool, [kubectl](/docs/user-guide/kubectl/), to d
{% endcapture %}

{% capture prerequisites %}
Use a version of kubectl that is the same version as your server or later. Using an older kubectl with a newer server might produce validation errors.
Use a version of kubectl that is the same version as your server or later. Using an older kubectl with a newer server might produce validation errors. Only 1 minor version skew is supported between kubectl and the server (e.g. v1.9 client is supported on v1.8 and v1.9 servers, but not on v1.7 server).
{% endcapture %}

## Install kubectl
Expand Down

0 comments on commit f497b83

Please sign in to comment.