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

When you use a builtin from the transformers field, the `fieldSpecs` field defaults to empty instead of the usual defaults. That's a pretty big usability issue for Composition. Can we...

kind/feature
lifecycle/frozen
triage/accepted

This currently doesn't work because the framework used to load builtin generators we auto-create from Go plugins treats generator vs. transformer as an exclusive choice. This is required for [Kustomize...

lifecycle/frozen
needs-kind
triage/accepted

**Is your feature request related to a problem? Please describe.** I have a deployment workflow that includes: - generating a bunch of files (specific to application) - define a `configMapGenerator`...

kind/feature
triage/accepted

Hi All is it possible to have kustomization file avoid adding prefixes to few resources service configmap storageclass I tried using this link but this is not working https://stackoverflow.com/questions/69882949/kustomize-namesuffix-skip-on-some-resources I...

needs-kind
needs-triage

Hi, Just checked #4099, closed but without any solution for me. I have "hosts” to change in ingress/certificates depending on the environment so I tried: - Common replacements in base...

needs-kind
needs-triage

**Describe the bug** If using `patchesStrategicMerge` the containers are overwritten instead of merged. Everything works fine if changing from `kind: Rollout` to `kind: Deployment`. **Files that can reproduce the issue**...

lifecycle/stale
kind/bug
needs-triage

When running `kustomize` some of the (short command) descriptions end with period while others don't. Here is the output from the current master branch build ``` Available Commands: build Build...

cncf-cla: yes
size/M

**Is your feature request related to a problem? Please describe.** Some automation tools, like [Renovate](https://github.com/renovatebot/renovate), are able to update versions based on Releases/Tags of software on GitHub. With weird names...

lifecycle/stale
kind/feature
needs-triage

This PR is part of the larger docs consolidation issue: https://github.com/kubernetes-sigs/kustomize/issues/4338 I copied over the files from [cli-experimental](https://github.com/kubernetes-sigs/cli-experimental/tree/master/site/content/en/contributing/kustomize), ran locally and it seems to be correct I followed a similar...

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

**Describe the bug** I aim to change the namespace of the cert-manager install manifest. Due to RBAC a standard namespace transformation is not applicable. Thus I use a combination of:...

lifecycle/stale
kind/bug
needs-triage