Skip to content

Commit

Permalink
Merge pull request guangzhengli#101 from nelvko/main
Browse files Browse the repository at this point in the history
docs: Add description for official installation of kubectl
  • Loading branch information
guangzhengli authored Apr 9, 2024
2 parents 5082e95 + e773733 commit df5cac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ docker run hello-world

如果你不想使用 `minikube kubectl` 或者配置相关环境变量来进行下面的教学的话,可以考虑直接安装 `kubectl`

以下为MacOS 的安装方式,Linux & Windows 操作系统可以参考[官方文档](https://kubernetes.io/zh-cn/docs/tasks/tools/)快速安装。

```shell
brew install kubectl
```
Expand Down

0 comments on commit df5cac6

Please sign in to comment.