kustomize create should add config.kubernetes.io/local-config annotation #5746
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Eschewed features
What would you like to have added?
The kustomize docs recommend that kustomization.yaml (and things like transformer configs) should have
but
kustomize create
does not add this itself.Why is this needed?
see
kustomize help docs-io-annotations
Can you accomplish the motivating task without this feature, and if so, how?
Yes, just patch the created resource with yq, or generate the kustomization manually.
What other solutions have you considered?
Not adding it, it's not (yet) vital
Anything else we should know?
No response
Feature ownership
The text was updated successfully, but these errors were encountered: