cli-experimental
cli-experimental copied to clipboard
Experimental Kubectl libraries and commands.
Is there any way to override the autodetect if it does?
Environment - WSL Ubuntu 20.0.4 As https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/ and https://github.com/kubernetes-sigs/kustomize/blob/37a403fc65d417e591ee874d48081cac7986f513/hack/install_kustomize.sh#L15 mention, I tried to install specific version of kustomize like this. `curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh $1" | bash -s 3.2.0` But I...
Write a small explanation about what is the product, its purpose and the canonical use cases. This way new stakeholders can see what is this about without research too much
Provide link to up-to-date `kustomization.yaml` specification and all supported features. Is it possible to substitute variable values with a file used to generate a configmap?
The intro doc on kustomize (something which isn't taught in CKA or CKAD, at least when I did these) does not tell you *why* you would want to use it....
The kustomize documentation explains resources, generators, transformers, and validators quite well, and yet I still don't know how I would start using kustomize, and what practical advantage it offers over...
Should be merged after release containing the deprecation warnings /hold /cc @KnVerey
It is easy to find examples of `kustomize edit image`. I want to edit an environment variable setting. Where is the general doc for the edit command?
Please fix broken link on page https://kubectl.docs.kubernetes.io/references/kustomize/cmd/build/
Update the documentation to show the expected output of the `ls` and `tree` command. This allows someone following the tutorial to confirm that they haven't missed any steps.