Skip to content

Commit

Permalink
Install lima 1.0.0 from brew
Browse files Browse the repository at this point in the history
Lima 1.0.0 was released[1], and it includes everything we need. Update
the docs to install lima from brew instead of source.

[1] https://github.com/lima-vm/lima/releases/tag/v1.0.0

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Nov 7, 2024
1 parent bbbca56 commit f50613e
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,14 @@ environment.
helm \
kubectl \
kustomize \
lima \
minio-mc \
velero \
virtctl
```

lima version 1.0.0 or later is required.

1. Install the `clusteradm` tool. See
[Install clusteradm CLI tool](https://open-cluster-management.io/getting-started/installation/start-the-control-plane/#install-clusteradm-cli-tool)
for the details. Version v0.8.1 or later is required.
Expand All @@ -153,32 +156,6 @@ environment.

For more info see [kubectl-gather](https://github.com/nirs/kubectl-gather)

1. Install `lima` from source

> [!NOTE]
> Do not install lima from brew, it is too old.
Clone and build lima:

```
git clone https://github.com/lima-vm/lima.git
cd lima
make
```

Edit `~/.zshrc` and add `$HOME/lima/_output/bin` directory to the PATH:

```
PATH="$HOME/lima/_output/bin:$PATH"
export PATH
```

Open a new shell or run this in the current shell:

```
export PATH="$HOME/lima/_output/bin:$PATH"
```

1. Install `socket_vmnet` from source

> [!IMPORTANT]
Expand Down

0 comments on commit f50613e

Please sign in to comment.