Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/book/src/developer/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ workflow that offers easy deployments and rapid iterative builds.
1. [Docker](https://docs.docker.com/install/)
1. [kind](https://kind.sigs.k8s.io) v0.6 or newer
(other clusters can be used if `preload_images_for_kind` is set to false)
1. [kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md) standalone
(`kubectl kustomize` does not work because it is missing some features of kustomize v3)
1. [Tilt](https://docs.tilt.dev/install.html)
1. Clone the [Cluster API](https://github.com/kubernetes-sigs/cluster-api) repository locally
1. Clone the provider(s) you want to deploy locally as well
Expand Down