mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 05:00:41 -05:00
Add additional comment for mac users for getting started guide
This commit is contained in:
parent
dd0d1fb780
commit
3a311ec030
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ $ kubectl config set-context test-doc --cluster=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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue