Skip to content

Commit 19f6763

Browse files
authored
Merge pull request #2024 from dlipovetsky/docs-tilt-kustomize-standalone
📖 Add kustomize standalone prereq to tilt doc
2 parents 9f4dd9d + 429cbfc commit 19f6763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/developer/tilt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ workflow that offers easy deployments and rapid iterative builds.
1010
1. [Docker](https://docs.docker.com/install/)
1111
1. [kind](https://kind.sigs.k8s.io) v0.6 or newer
1212
(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)
1315
1. [Tilt](https://docs.tilt.dev/install.html)
1416
1. Clone the [Cluster API](https://github.com/kubernetes-sigs/cluster-api) repository locally
1517
1. Clone the provider(s) you want to deploy locally as well

0 commit comments

Comments
 (0)