use official homebrew package name (#9255)
This commit is contained in:
@@ -61,7 +61,7 @@ kubectl is available as a [snap](https://snapcraft.io/) application.
|
|||||||
|
|
||||||
1. If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you can install with:
|
1. If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you can install with:
|
||||||
|
|
||||||
brew install kubectl
|
brew install kubernetes-cli
|
||||||
|
|
||||||
2. Run `kubectl version` to verify that the version you've installed is sufficiently up-to-date.
|
2. Run `kubectl version` to verify that the version you've installed is sufficiently up-to-date.
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ Use Homebrew to download the `kubectl` command-line tool, which you can
|
|||||||
use to interact with Kubernetes clusters:
|
use to interact with Kubernetes clusters:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install kubectl
|
brew install kubernetes-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
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:
|
|||||||
eval $(minikube docker-env)
|
eval $(minikube docker-env)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< note >}}
|
||||||
**Note:** Later, when you no longer wish to use the Minikube host, you can undo
|
**Note:** Later, when you no longer wish to use the Minikube host, you can undo
|
||||||
this change by running `eval $(minikube docker-env -u)`.
|
this change by running `eval $(minikube docker-env -u)`.
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
Build your Docker image, using the Minikube Docker daemon (mind the trailing dot):
|
Build your Docker image, using the Minikube Docker daemon (mind the trailing dot):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user