We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f4dd9d + 429cbfc commit 19f6763Copy full SHA for 19f6763
docs/book/src/developer/tilt.md
@@ -10,6 +10,8 @@ workflow that offers easy deployments and rapid iterative builds.
10
1. [Docker](https://docs.docker.com/install/)
11
1. [kind](https://kind.sigs.k8s.io) v0.6 or newer
12
(other clusters can be used if `preload_images_for_kind` is set to false)
13
+1. [kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md) standalone
14
+ (`kubectl kustomize` does not work because it is missing some features of kustomize v3)
15
1. [Tilt](https://docs.tilt.dev/install.html)
16
1. Clone the [Cluster API](https://github.com/kubernetes-sigs/cluster-api) repository locally
17
1. Clone the provider(s) you want to deploy locally as well
0 commit comments