From 568209c9af9f71f9729d7fa250f0217866f3dcd1 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 14 Nov 2020 12:11:56 -0500 Subject: [PATCH] Correct spacing before commands --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9d01118f..7b1218f6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -59,10 +59,10 @@ This guide will walk you through setting up a simple 3-node PVC cluster from scr 0. Wait for the Ansible playbook run to finish. Once completed, the cluster bootstrap will be finished, and all 3 nodes will have rebooted into a working PVC cluster. -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). +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: + 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"` ### Part Four - Configuring the Ceph storage cluster