Skip to content

Commit

Permalink
fix: Add description for official installation of kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
nelvko committed Dec 15, 2024
1 parent 474c17f commit 186eeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ docker run hello-world
这一步是可选的,如果不安装的话,后续所有 `kubectl` 相关的命令,使用 `minikube kubectl` 命令替代即可。

如果你不想使用 `minikube kubectl` 或者配置相关环境变量来进行下面的教学的话,可以考虑直接安装 `kubectl`
以下为 MacOS 的安装方式,Linux & Windows 操作系统可以参考[官方文档](https://kubernetes.io/zh-cn/docs/tasks/tools/)快速安装。

```shell
brew install kubectl
Expand Down

0 comments on commit 186eeb2

Please sign in to comment.