Skip to content

Commit

Permalink
fix mdbook formatting of the clusterctl init
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Jun 28, 2024
1 parent 274497e commit 3f1ae48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/topics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,17 @@ By default, clusters are provisioned within VPC. For Regions which do not have [
The `linode-linode` infrastructure provider requires clusterctl version 1.7.2 or higher
```
Install CAPL and enable the helm addon provider which is used by the majority of the CAPL flavors

```bash
clusterctl init --infrastructure linode-linode --addon helm
# Fetching providers
# Installing cert-manager Version="v1.14.5"
# Waiting for cert-manager to be available...
# Installing Provider="cluster-api" Version="v1.7.3" TargetNamespace="capi-system"
# Installing Provider="bootstrap-kubeadm" Version="v1.7.3" TargetNamespace="capi-kubeadm-bootstrap-system"
# Installing Provider="control-plane-kubeadm" Version="v1.7.3" TargetNamespace="capi-kubeadm-control-plane-system"
# Installing Provider="infrastructure-linode-linode" Version="v0.4.0" TargetNamespace="capl-system"
# Installing Provider="addon-helm" Version="v0.2.4" TargetNamespace="caaph-system"
```

## Deploying your first cluster
Expand Down

0 comments on commit 3f1ae48

Please sign in to comment.