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

Using the CLI is very difficult as its not possible to specify an exact working path to a `kustomization.yaml` file. For example: ```bash kustomize edit set image redis:1.1.1 ``` I...

triage/needs-information
kind/feature
lifecycle/frozen
priority/backlog
triage/accepted

Attempting to build Knative config with 3.9.0 on Manjaro Linux produces the error `Error: json: unsupported type: map[interface {}]interface {}`. ```bash [mike@ouroboros minikube]$ kustomize version {Version:3.9.0 GitCommit:$Format:%H$ BuildDate:2020-12-13T07:57:44Z GoOs:linux GoArch:amd64}...

kind/bug
triage/accepted
area/api

I think a reasonably common use case is to swap an ingress's host value: ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: helloworld spec: rules: # This value should be editable...

triage/needs-information
kind/feature

Resolves kubernetes-sigs/kustomize#4713 Support edit set image with both tag and digest.

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

In docker on an M1 Mac -- and probably also on any ARM linux machine, the value for `uname -m` is `aarch64`. The install script only detects `arm64` (which is...

cncf-cla: yes
size/M
needs-ok-to-test
tide/merge-method-squash

From [2021 Q3/4 roadmap](https://github.com/kubernetes-sigs/kustomize/blob/master/roadmap-2021.md), kustomize will deprecate a list of features including vars, crds, configurations, and potentially some plugin functions. Customers may want to have a clear idea about which...

kind/documentation
lifecycle/rotten
kind/feature
triage/accepted

This PR allows rewriting the name of secrets and configmaps generated from `kustomize` when they are referred by `services.serving.knative.dev`. So far, only `env/valueFrom` is accepting generated secrets and properly rewritten....

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

Better handles cases where the YAML is not valid JSON, such as maps with integer keys (#3446).

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

**Is your feature request related to a problem? Please describe.** I meet multiple situations where I need to inject content of a source file (usually a K8S yaml spec files,...

kind/feature
triage/out-of-scope

Version:kustomize/v4.4.1 **Is your feature request related to a problem? Please describe.** When running `kustomize edit set image` multiple times with the same parameters the result is multiple images blocks. ```yaml...

kind/feature
kind/bug
triage/accepted