Skip to content

Commit

Permalink
Merge pull request #1558 from Nordix/alternative-tilt-setup-guide/max
Browse files Browse the repository at this point in the history
📖 Add alternative Tilt setup method to documentation
  • Loading branch information
metal3-io-bot authored Feb 28, 2024
2 parents 69d51a8 + 8a1b193 commit dc11e18
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,29 @@ refer to
[the development setup guide of CAPM3](https://github.com/metal3-io/cluster-api-provider-metal3/blob/main/docs/dev-setup.md#tilt-for-dev-in-capm3)
and specially the [Baremetal Operator Integration](https://github.com/metal3-io/cluster-api-provider-metal3/blob/main/docs/dev-setup.md#including-baremetal-operator-and-ip-address-manager)

### Alternative Tilt Setup Method

In case the standard Tilt setup does not work as expected, you can use the
following alternative method:

**Create a Kind Cluster**:

```sh
kind create cluster --name bmo
```

**Install Cert-Manager**:

```sh
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.2/cert-manager.yaml
```

**Launch Tilt**:

```sh
tilt up
```

### Making (virtual) BareMetalHosts with Tilt interface

Virtinst, libvirt-clients, libvirt-daemon-system, and
Expand Down

0 comments on commit dc11e18

Please sign in to comment.