From 8d878c1637a857e16de975687827c2f5fece32bd Mon Sep 17 00:00:00 2001 From: John Dietz Date: Thu, 17 Aug 2023 13:22:57 -0400 Subject: [PATCH] fix: linting fixes --- docs/civo/quick-start/install/marketplace.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/civo/quick-start/install/marketplace.mdx b/docs/civo/quick-start/install/marketplace.mdx index 1b9cc3d1..0e933eb5 100644 --- a/docs/civo/quick-start/install/marketplace.mdx +++ b/docs/civo/quick-start/install/marketplace.mdx @@ -27,7 +27,7 @@ Log into your Civo account and navigate to Kubernetes In your terminal, run the following commands to download and use your new cluster's kubeconfig. This example assumes you named your cluster `installer`. -``` +```bash export CLUSTER_NAME=installer civo kubernetes config $CLUSTER_NAME > ./kubefirst-kubeconfig export KUBECONFIG=./kubefirst-kubeconfig @@ -39,6 +39,7 @@ Then launch the installer in your browser: [http://localhost:8080/](http://localhost:8080/) ## Create your kubefirst management cluster + Provide details about your preferred git provider, access, and cluster details and let kubefirst do the rest. ![kubefirst user interface showing cloud and git options](../../../img/civo/marketplace/create-management.png)