Skip to content

Commit cccf7b2

Browse files
author
Tim Bannister
committed
Tweak advice about kubectl skew
This change helps make the example apply more relevantly to older docs releases.
1 parent 85d3fb9 commit cccf7b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

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

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.
16-
Using the latest version of kubectl helps avoid unforeseen issues.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew currentVersion >}} client can communicate with v{{< skew currentVersionAddMinor -1 >}}, v{{< skew currentVersionAddMinor 0 >}}, and v{{< skew currentVersionAddMinor 1 >}} control planes.
16+
Using the latest compatible version of kubectl helps avoid unforeseen issues.
1717

1818
## Install kubectl on Linux
1919

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

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

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

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.
16-
Using the latest version of kubectl helps avoid unforeseen issues.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew currentVersion >}} client can communicate with v{{< skew currentVersionAddMinor -1 >}}, v{{< skew currentVersionAddMinor 0 >}}, and v{{< skew currentVersionAddMinor 1 >}} control planes.
16+
Using the latest compatible version of kubectl helps avoid unforeseen issues.
1717

1818
## Install kubectl on macOS
1919

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

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

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

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.
16-
Using the latest version of kubectl helps avoid unforeseen issues.
15+
You must use a kubectl version that is within one minor version difference of your cluster. For example, a v{{< skew currentVersion >}} client can communicate with v{{< skew currentVersionAddMinor -1 >}}, v{{< skew currentVersionAddMinor 0 >}}, and v{{< skew currentVersionAddMinor 1 >}} control planes.
16+
Using the latest compatible version of kubectl helps avoid unforeseen issues.
1717

1818
## Install kubectl on Windows
1919

0 commit comments

Comments
 (0)