You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/tools/install-kubectl-linux.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,10 @@ card:
22
22
## {{% heading "prerequisites" %}}
23
23
24
24
<!--
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.
25
+
You must use a kubectl version that is within one minor version difference of your cluster.
26
+
For example, a v{{< skew currentVersion >}} client can communicate
If you are on Ubuntu or another Linux distribution that supports the [snap](https://snapcraft.io/docs/core/install) package manager, kubectl is available as a [snap](https://snapcraft.io/) application.
281
+
If you are on Ubuntu or another Linux distribution that supports the
If you are on Linux and using [Homebrew](https://docs.brew.sh/Homebrew-on-Linux) package manager, kubectl is available for [installation](https://docs.brew.sh/Homebrew-on-Linux#install).
298
+
If you are on Linux and using [Homebrew](https://docs.brew.sh/Homebrew-on-Linux)
299
+
package manager, kubectl is available for [installation](https://docs.brew.sh/Homebrew-on-Linux#install).
290
300
-->
291
301
如果你使用 Linux 系统,并且装了 [Homebrew](https://docs.brew.sh/Homebrew-on-Linux)
0 commit comments