-
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
skip kustomize transformers for paths #896
Comments
/assign @yujunz |
@yujunz: GitHub didn't allow me to assign the following users: yujunz. Note that only kubernetes-sigs members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. 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. |
It seems I can't assign my self for it, @Liujingfang1 😄 |
Does this issue supersede #91? I'm just trying to make sense of the network of linked issues. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@Liujingfang1 is anyone working on this? Would you be interested in community contribution? |
/remove-lifecycle stale |
@alenkacz @verult @orirawlings @yujunz Please have a look at: |
Left some comments in the KEP. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
/reopen Any update? Seems some of parts haven't been implemented yet like: kustomize/plugin/builtin/prefixsuffixtransformer/PrefixSuffixTransformer.go Lines 28 to 34 in b2ba82a
|
@micnncim: You can't reopen an issue/PR unless you authored it or you are a collaborator. 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. |
@Shell32-Natsu I tried it and confirmed it works well as I expected. Thanks! |
@Shell32-Natsu the link you provided seems to be broken. Can you please provide reference to the new page for this feature? |
This is a feature request for allowing users to skip paths for transformers.
Kustomize uses a series of transformers to set fields for all resources inside one kustomization directory. Those transformers include
Each of these transformers modifies resource configuration by changing the value of a certain path inside the resource. The paths that a transformer can modify is from a set of configurations. Here are some transformer configurations
Kustomize allow users to add extra configurations so that the transformers can perform as expect for non core types. However, if users want to skip a path in certain transformer, they couldn't do that since Kustomize lacks the customization to skip a path.
There have been quite a few requests, which are looking for a feature to skip certain path. Here is the list of those requests.
.metadata.labels
#330Error: conflicting fieldspecs
Unable to disable commonLabels injection using transformer config:Error: conflicting fieldspecs
#817The text was updated successfully, but these errors were encountered: