Skip to content

Commit

Permalink
fix: linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Aug 17, 2023
1 parent 351ea04 commit 8d878c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/civo/quick-start/install/marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 8d878c1

Please sign in to comment.