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

Kustomize version: {Version:unknown GitCommit:$Format:%H$ BuildDate:1970-01-01T00:00:00Z GoOs:linux GoArch:amd64} as i expected version is the latest because it was installed from here: https://kubectl.docs.kubernetes.io/installation/kustomize/source/#install-the-kustomize-cli-from-local-source-with-cloning-the-repo with version v4.5.2. I have the next file structure:...

triage/needs-information
lifecycle/rotten
kind/bug
needs-triage

**Describe the bug** Many integration tests that `kustomize build` urls in [remoteload_test.go](https://github.com/kubernetes-sigs/kustomize/blob/master/api/krusty/remoteload_test.go) are flaky. They exhibit intended behavior on my machine, but sporadically fail when run for every PR on...

kind/bug
kind/flake
triage/accepted

The docker tests in fnplugin_test.go are being skipped because docker is not available in `PATH`.

lifecycle/rotten
kind/bug
triage/accepted

Hi all! I am reopening an old issue with a lot of likes, which I think is really needed in a lot of scenarios: https://github.com/kubernetes-sigs/kustomize/issues/680 ### Problem Statement Kustomize has...

lifecycle/rotten
kind/feature

Following changes are needed to adhere to [Functions Spec v1]: - [x] Migrate internal annotations: - [x] `config.k8s.io/id` -> `internal.config.kubernetes.io/id` - [x] `config.kubernetes.io/path` -> `internal.config.kubernetes.io/path` - [x] `config.kubernetes.io/index` -> `internal.config.kubernetes.io/index`...

help wanted
good first issue
lifecycle/frozen
kind/cleanup
triage/accepted

Make discussion in #3794 more visible.

kind/documentation
triage/accepted

- Take advantage of go1.18's [BuildInfo](https://pkg.go.dev/runtime/debug), when available, with fallback on the constants set by ldflags we use today. Should fix https://github.com/kubernetes-sigs/kustomize/issues/4617. - Add json and yaml output formats. -...

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

**Describe the bug** Labels aren't added to the pod metadata and the Deployment spec. `includeTemplates` has no effect. **Files that can reproduce the issue** kustomization.yaml ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization...

kind/bug
triage/accepted

**Describe the bug** String quotes are dropped from env variable values in a deployment. This causes apply to fail with: `Deployment in version "v1" cannot be handled as a Deployment:...

kind/bug
triage/accepted

When using helmCharts in kustomize, helm chart repositories authentication is not supported. Further, kustomize prevents the helm credentials storage and usage due to the way kustomize is using helm. **Example:**...

kind/bug
needs-triage
area/helm