Skip to content

Commit

Permalink
Added type to codeblocks
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Strusiewicz-Surmacki <[email protected]>
  • Loading branch information
p-strusiewiczsurmacki-mobica committed Mar 25, 2024
1 parent 7a38774 commit af9e07f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user-guide/src/capm3/clusterclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,30 @@ environment.

1. Clone CAPM3 repository.

```
```shell
git clone https://github.com/metal3-io/cluster-api-provider-metal3.git
```

1. Generate Tilt settings that will enable ClusterClass support in CAPI.

```
```shell
make tilt-settings-clusterclass
```

1. Start Tilt.

```
```shell
make tilt-up
```

1. Generate ClusterClass based example.

```
```shell
make generate-examples-clusterclass
```

1. Deploy example `ClusterClass`, `Cluster` and all the dependencies.

```
```shell
make deploy-examples-clusterclass
```

0 comments on commit af9e07f

Please sign in to comment.