mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Add additional comment for mac users for getting started guide
This commit is contained in:
parent
dd0d1fb780
commit
3a311ec030
@ -151,7 +151,9 @@ $ kubectl config set-context test-doc --cluster=test-doc
|
|||||||
$ kubectl config use-context test-doc
|
$ kubectl config use-context test-doc
|
||||||
```
|
```
|
||||||
|
|
||||||
For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine.
|
For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine,
|
||||||
|
which you can find by running ```docker-machine env <machinename>``` (see [documentation](https://docs.docker.com/machine/reference/env/)
|
||||||
|
for details).
|
||||||
|
|
||||||
### Test it out
|
### Test it out
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user