Skip to content

Commit dc77f26

Browse files
authored
Merge pull request #27425 from Kartik494/improveDocs
Improvement in Docs
2 parents 9b300a4 + 59b166e commit dc77f26

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

content/en/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ card:
1212

1313
## {{% heading "prerequisites" %}}
1414

15-
You must use a kubectl version that is within one minor version difference of your cluster.
16-
For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew latestVersion >}} client can communicate with v{{< skew prevMinorVersion >}}, v{{< skew latestVersion >}}, and v{{< skew nextMinorVersion >}} control planes.
1716
Using the latest version of kubectl helps avoid unforeseen issues.
1817

1918
## Install kubectl on Linux

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ card:
1212

1313
## {{% heading "prerequisites" %}}
1414

15-
You must use a kubectl version that is within one minor version difference of your cluster.
16-
For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew latestVersion >}} client can communicate with v{{< skew prevMinorVersion >}}, v{{< skew latestVersion >}}, and v{{< skew nextMinorVersion >}} control planes.
1716
Using the latest version of kubectl helps avoid unforeseen issues.
1817

1918
## Install kubectl on macOS

content/en/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ card:
1212

1313
## {{% heading "prerequisites" %}}
1414

15-
You must use a kubectl version that is within one minor version difference of your cluster.
16-
For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew latestVersion >}} client can communicate with v{{< skew prevMinorVersion >}}, v{{< skew latestVersion >}}, and v{{< skew nextMinorVersion >}} control planes.
1716
Using the latest version of kubectl helps avoid unforeseen issues.
1817

1918
## Install kubectl on Windows

0 commit comments

Comments
 (0)