You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/tilt.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ workflow that offers easy deployments and rapid iterative builds.
7
7
8
8
## Prerequisites
9
9
10
-
1.[Docker](https://docs.docker.com/install/): v19.03 or newer
10
+
1.[Docker](https://docs.docker.com/install/): v19.03 or newer (on MacOS e.g. via [Lima](https://github.com/lima-vm/lima))
11
11
2.[kind](https://kind.sigs.k8s.io): v0.24.0 or newer
12
12
3.[Tilt](https://docs.tilt.dev/install.html): v0.30.8 or newer
13
13
4.[kustomize](https://github.com/kubernetes-sigs/kustomize): provided via `make kustomize`
@@ -507,6 +507,28 @@ syntax highlighting and auto-formatting. To enable it for Tiltfile a file associ
507
507
508
508
NB: The socket defined by `DOCKER_HOST` is used only for the `hack/tools/internal/tilt-prepare` command, the image build is running the `podman build`/`podman push` commands.
509
509
510
+
## Using Lima
511
+
512
+
[Lima] can be used instead of Docker Desktop. Please note that especially with CAPD the rootless template of Lima does not work.
513
+
514
+
The following command creates a working Lima machine for developing Cluster API with CAPD:
0 commit comments