-
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
feat: add exec-plugin argument and environment support #5316
feat: add exec-plugin argument and environment support #5316
Conversation
Welcome @xvzf! |
Hi @xvzf. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
3ff3bf5
to
570c8bc
Compare
fe9c6e7
to
4311450
Compare
We have already decided not to add environment support in kustomize. We have the list of Eschewed Features that this project will not support. Please check this page before considering requests for any new feature. If I misunderstood your request, Feel free to open a feature request issue and tell me what you want. /close |
@koba1t: Closed this PR. 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. |
Hey @koba1t this is not adding environment support to kustomize but implement the functionality that's already there for container-based functions. |
Hey @koba1t - it took a long time, had to work on other things -- the issue is up now! |
@koba1t is there a way to re-open the PR? |
Currently, I am talking with other maintainers. |
thanks for the feedback @koba1t! |
/reopen |
@koba1t: Reopened this PR. 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. |
Previously, the documentation lead to think that this is working, but it's not been implemented. This PR is fixing this Signed-off-by: Matthias Riegler <[email protected]>
will. fix the listing tmrw! |
Signed-off-by: Matthias Riegler <[email protected]>
4311450
to
1918d08
Compare
This PR has multiple commits, and the default merge method is: merge. 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. |
Hey @koba1t is there anything missing I should add? :) |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@varshaprasad96 @koba1t is there any chance this is getting merged? :) /remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Hi @varshaprasad96 |
Small ping here @koba1t |
/ok-to-test |
Thanks for your contribution! /lgtm I am very sorry to have kept you waiting a long time. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: koba1t, xvzf The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Previously, the documentation lead to think that this is working, but
it's not been implemented.
This PR is fixing this!
I've not seen any test cases for the exec plugins, can you point me to them please?
Signed-off-by: Matthias Riegler [email protected]