Skip to content

Commit

Permalink
Merge pull request #383 from Nordix/mquhuy/fix-installation-instruction
Browse files Browse the repository at this point in the history
🌱 Fix installation instruction
  • Loading branch information
metal3-io-bot committed Feb 26, 2024
2 parents c77157d + fa22757 commit 89ce4d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/user-guide/src/capm3/installation_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ clusterctl init --infrastructure metal3:v1.1.2

## With kustomize

To install specific version, edit the controller-manager image version in `config/default/capm3/manager_image_patch.yaml`
To install a specific version, checkout the `github.com/metal3-io/cluster-api-provider-metal3.git` to the tag with the desired version

```bash
git clone https://github.com/metal3-io/cluster-api-provider-metal3.git
cd cluster-api-provider-metal3
git checkout v1.1.2 -b v1.1.2
```

Then, edit the controller-manager image version in `config/default/capm3/manager_image_patch.yaml`

```yaml
apiVersion: apps/v1
Expand Down

0 comments on commit 89ce4d7

Please sign in to comment.