kustomize
                                
                                 kustomize copied to clipboard
                                
                                    kustomize copied to clipboard
                            
                            
                            
                        Customization of kubernetes YAML configurations
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...
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}...
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...
Resolves kubernetes-sigs/kustomize#4713 Support edit set image with both tag and digest.
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...
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...
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....
Better handles cases where the YAML is not valid JSON, such as maps with integer keys (#3446).
**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,...
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...