kustomize
kustomize copied to clipboard
Customization of kubernetes YAML configurations
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...
### 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...
// TODO example: https://github.com/koba1t/krm-fn-app/blob/add_wasi_with_plugin/example-wasi/app.yaml
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...
### 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? 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...
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...
### 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? 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. ```...
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...