kustomize icon indicating copy to clipboard operation
kustomize copied to clipboard

Customization of kubernetes YAML configurations

Results 478 kustomize issues
Sort by recently updated
recently updated
newest added

OpenAPI parsing is a huge performance bottleneck for us. Related issues: - https://github.com/kubernetes-sigs/kustomize/issues/4100 - https://github.com/kubernetes-sigs/kustomize/issues/2987 - https://github.com/kubernetes-sigs/kustomize/issues/3670 We discovered with these benchmarks that [parsing protobuf](https://github.com/kubernetes-sigs/kustomize/pull/4396) is much faster than parsing...

kind/feature
needs-triage

### What happened? Replacements set wrong secret name to target key, it does not contain a random suffix. ### What did you expect to happen? Secret name from secret object...

kind/bug
needs-triage

// TODO example: https://github.com/koba1t/krm-fn-app/blob/add_wasi_with_plugin/example-wasi/app.yaml

cncf-cla: yes
size/M
do-not-merge/work-in-progress
approved

This change adds a field option to replacements for `IgnoreMissingField` that will find/replace all matching fields and ignore resources that match the target but do not have the field instead...

cncf-cla: yes
size/L
needs-ok-to-test

### 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...

kind/feature
needs-triage

### What happened? Docker image v5.5.0 is missing in registry.k8s.io/kustomize. ### What did you expect to happen? The image should be available. ### Expected output ```shell v5.5.0: Pulling from kustomize/kustomize...

kind/bug
needs-triage

Fixes https://github.com/kubernetes-sigs/kustomize/issues/5487 Right now, when a file is empty, the patches given by the resmap (sm patches) or the jsonpatch is nil. When the file has only comments in it...

cncf-cla: yes
size/M
needs-ok-to-test

### 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...

kind/feature
needs-triage

### What happened? We want to define container port twice as below, with different names, so that same port can be referred by different names depending on the context. ```...

kind/bug
needs-triage

At the moment, we have the option to append/prepend elements in the Merge function (as seen in https://github.com/kubernetes-sigs/kustomize/pull/3048). However, Patch Strategic Merge currently lacks an alternative for prepending elements in...

cncf-cla: yes
needs-ok-to-test
size/XL