docs: add note on settings endpoints on MacOS

This adds an extra step to the getting started guide that applies to
MacOS users.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
Andrew Rynhard 2020-09-28 11:15:43 -07:00 committed by talos-bot
parent 0223856a15
commit 5c97482731

View File

@ -24,6 +24,12 @@ talosctl cluster create --wait
Once the above finishes successfully, your talosconfig(`~/.talos/config`) will be configured to point to the new cluster.
If you are running on MacOS, an additional command is required:
```bash
talosctl config --endpoints 127.0.0.1
```
> Note: Startup times can take up to a minute before the cluster is available.
## Retrieve and Configure the `kubeconfig`