Skip to content

Commit

Permalink
Website update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
antrea-bot committed Feb 26, 2024
1 parent 90a7913 commit 4e4df35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -14691,5 +14691,5 @@ <h3 id="system.antrea.io/v1beta1.BundleStatus">BundleStatus
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>9fee7d2</code>.
on git commit <code>378972f</code>.
</em></p>
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,26 @@ To install and run Colima, follow these steps:
configuration. Check the Colima documentation for configuration options. By
default, Colima will use the Docker runtime. This means that you can keep
using the `docker` CLI and that no changes are required to build Antrea.
- we recommend increasing the CPU and memory resources allocated to the VM as
by default it only has 2 vCPUs and 2GiB of memory. For example, you can use:
`colima start --cpu 4 --memory 8`. Otherwise, building Antrea container
images may be slow, and your Kind clusters may run out of memory.
* `docker context list` and check that the `colima` context is selected. You can
use `docker context use desktop-linux` to go back to Docker Desktop.
* `make` to build Antrea locally. Check that the `antrea-ubuntu` image is
available by listing all images with `docker images`.

TODO: validate that Kind can be used with Colima without any issue.
We have validated that Kind clusters with Antrea can run inside Colima without
any issue (confirmed for IPv4, IPv6 single-stack clusters, as well as for
dual-stack clusters).

At any time, you can stop the VM with `colima stop` and restart it with `colima
start` (you do not need to specify configuration flags again, unless you want to
change the current values). You can also check the status of the VM with `colima
ls`.

While it should be possible to have multiple Colima instances simultaneously,
this is not something that we have tested.

## Rancher Desktop (macOS and Windows)

Expand Down

0 comments on commit 4e4df35

Please sign in to comment.