English | 简体中文
-
Examples - detailed walkthroughs of various workflows and concepts.
-
Kustomize Fields - explanations of the fields in a kustomization file.
-
Plugins - extending kustomize with custom generators and transformers.
-
Workflows - steps one might take in using bespoke and off-the-shelf configurations.
-
kustomize/3.2.2 - kustomize CLI moved to depend on kustomize Go API 3.3.0.
-
API 3.3.0 - First release of the kustomize Go API in a module excluding the
kustomize
CLI. From here on, the CLI and API will release independently. -
kustomize/3.2.1 - Patch release of
kustomize
CLI in its own module, depending on Go API release 3.2.0. -
3.2.0 - TODO(jingfang)
-
3.1.1 - TODO(jingfang)
-
3.1 - Late July 2019. Extended patches and improved resource matching.
-
3.0 - Late June 2019. Plugin developer release.
-
2.1 - 18 June 2019. Plugins, ordered resources, etc.
-
2.0 - Mar 2019. kustomize v2.0.3 is available in kubectl v1.14.
-
1.0 - May 2018. Initial release after development in the kubectl repository.
-
Versioning - how the code and the kustomization file evolve in time.
-
Eschewed features - why certain features are (currently) not supported in kustomize.
-
Contributing guidelines - please read before sending a PR.