Skip to content

Commit 0e0e36d

Browse files
author
Guangwen Feng
committed
[zh] Update install-kubectl-linux.md
Signed-off-by: Guangwen Feng <[email protected]>
1 parent 457eb7b commit 0e0e36d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ card:
2222
## {{% heading "prerequisites" %}}
2323

2424
<!--
25-
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.
26-
Using the latest version of kubectl helps avoid unforeseen issues.
25+
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.
26+
Using the latest compatible version of kubectl helps avoid unforeseen issues.
2727
-->
2828
kubectl 版本和集群版本之间的差异必须在一个小版本号内。
29-
例如:v{{< skew latestVersion >}} 版本的客户端能与 v{{< skew prevMinorVersion >}}、
30-
v{{< skew latestVersion >}} 和 v{{< skew nextMinorVersion >}} 版本的控制面通信。
31-
用最新版的 kubectl 有助于避免不可预见的问题。
29+
例如:v{{< skew currentVersion >}} 版本的客户端能与 v{{< skew currentVersionAddMinor -1 >}}、
30+
v{{< skew currentVersionAddMinor 0 >}} 和 v{{< skew currentVersionAddMinor 1 >}} 版本的控制面通信。
31+
用最新兼容版的 kubectl 有助于避免不可预见的问题。
3232

3333
<!--
3434
## Install kubectl on Linux

0 commit comments

Comments
 (0)