diff --git a/docs/getting-started.md b/docs/getting-started.md index 76297c9b..0d1f09a2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -62,6 +62,7 @@ This guide will walk you through setting up a simple 3-node PVC cluster from scr 0. Install the CLI client on your administrative host, and add and verify connectivity to the cluster; this will also verify that the API is working. You will need to know the cluster upstream floating IP address here, and if you configured SSL or authentication for the API in your `group_vars`, adjust the first command as needed (see `pvc cluster add -h` for details). `$ pvc cluster add -a mycluster` `$ pvc -c mycluster node list` + We can also set a default cluster by exporting the `PVC_CLUSTER` environment variable to avoid requiring `-c cluster` with every subsequent command: `$ export PVC_CLUSTER="mycluster"`