-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support buildMetadata: [originAnnotations] in kustomize cfg tree #4305
Comments
One thing to note is that we are hoping to graduate and potentially rename the However, I'm not opposed to adding an option to the readonly commands to print out the origin, perhaps something like |
/triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem? Please describe.
kustomize cfg tree
can be used to report the annotations from thebuildMetadata: [originAnnotations]
feature (see #3979 ) but it's difficult to work out how to select the field, and the output is confusing to read.Short example, munged to show only layout, follows. Easy to repro with anything that has a remote base and a
buildMetadata: [originAnnotations]
entry in thekustomization.yaml
:Describe the solution you'd like
--origin-annotations
option tokustomize cfg tree
that shows these origin annotations without needing to write a field selector with escapes etcorigin
or similarsomething like
Note the presentation of entries that are not keys differently.
Describe alternatives you've considered
Since this relates to the interaction of two kustomize features, none really. I can live with what's there already, and it's fantastic, it'd just be really nice to prettify it.
I'm trying to get a CRA signed in the hope I might be able to PR something for this later but it's going to take a while...
Additional context
#3979
The text was updated successfully, but these errors were encountered: