kustomize
kustomize copied to clipboard
Customization of kubernetes YAML configurations
### Eschewed features - [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
Corrected link for glossary.md
### Eschewed features - [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
### What happened? When running Kustomize on 5.3.0 on a file, I am able to render the template. However, after upgrading to `5.4.0` I am getting the error: "Error: could...
Add the following to docs: 1. FAQ 2. Eschewed Features at `/contribute/features/eschewedfeatures/` 3. Versioning Policy at `/docs/reference/versioningpolicy/` Links to glossary items are broken because the page isn't populated yet. Part...
### What happened? I added two YAML files that had a resource collision. This correctly gave me an error saying that I "may not add resource with an already registered...
### Eschewed features - [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...
This is a sub-task of #4338. Fill in the [Tasks](https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v5.1.1/site/content/en/docs/Tasks) section in our internal site directory. This involves migrating existing content on the [SIG CLI site](https://kubectl.docs.kubernetes.io/) that have target destination...
resolves #4402 continuing @koba1t's work from #5228
# Description `kustomize build .` produces configmap items in a random order and although it is somehow benign since it produces equivalent YAML files, it would be great if the...