Skip to content

Commit af6cdab

Browse files
makocchi-gitk8s-ci-robot
authored andcommitted
use official homebrew package name (kubernetes#9255)
1 parent f00ec1b commit af6cdab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kubectl is available as a [snap](https://snapcraft.io/) application.
6161

6262
1. If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you can install with:
6363

64-
brew install kubectl
64+
brew install kubernetes-cli
6565

6666
2. Run `kubectl version` to verify that the version you've installed is sufficiently up-to-date.
6767

content/en/docs/tutorials/hello-minikube.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use Homebrew to download the `kubectl` command-line tool, which you can
8282
use to interact with Kubernetes clusters:
8383

8484
```shell
85-
brew install kubectl
85+
brew install kubernetes-cli
8686
```
8787

8888
Determine whether you can access sites like [https://cloud.google.com/container-registry/](https://cloud.google.com/container-registry/) directly without a proxy, by opening a new terminal and using
@@ -183,8 +183,10 @@ sure you are using the Minikube Docker daemon:
183183
eval $(minikube docker-env)
184184
```
185185

186+
{{< note >}}
186187
**Note:** Later, when you no longer wish to use the Minikube host, you can undo
187188
this change by running `eval $(minikube docker-env -u)`.
189+
{{< /note >}}
188190

189191
Build your Docker image, using the Minikube Docker daemon (mind the trailing dot):
190192

0 commit comments

Comments
 (0)