Skip to content
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

Conversation

xvzf
Copy link
Contributor

@xvzf xvzf commented Sep 5, 2023

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]

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 5, 2023
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 5, 2023
@k8s-ci-robot
Copy link
Contributor

Welcome @xvzf!

It looks like this is your first PR to kubernetes-sigs/kustomize 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/kustomize has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 5, 2023
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 5, 2023
@xvzf xvzf marked this pull request as ready for review September 5, 2023 15:30
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 5, 2023
@k8s-ci-robot k8s-ci-robot requested a review from koba1t September 5, 2023 15:30
@xvzf xvzf force-pushed the feat/add-alpha-plugin-exec-arg-and-env-support branch from 3ff3bf5 to 570c8bc Compare September 5, 2023 15:32
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 5, 2023
@xvzf xvzf force-pushed the feat/add-alpha-plugin-exec-arg-and-env-support branch 2 times, most recently from fe9c6e7 to 4311450 Compare September 5, 2023 15:35
@koba1t
Copy link
Member

koba1t commented Sep 6, 2023

@xvzf

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

@k8s-ci-robot
Copy link
Contributor

@koba1t: Closed this PR.

In response to this:

@xvzf

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

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.

@xvzf
Copy link
Contributor Author

xvzf commented Sep 7, 2023

Hey @koba1t this is not adding environment support to kustomize but implement the functionality that's already there for container-based functions.
I'll open an issue later today with some examples

@xvzf
Copy link
Contributor Author

xvzf commented Oct 10, 2023

Hey @koba1t - it took a long time, had to work on other things -- the issue is up now!

@xvzf
Copy link
Contributor Author

xvzf commented Nov 14, 2023

@koba1t is there a way to re-open the PR?

@koba1t
Copy link
Member

koba1t commented Nov 15, 2023

Currently, I am talking with other maintainers.
Please wait a little more time to make a decision for this feature.

@xvzf
Copy link
Contributor Author

xvzf commented Nov 20, 2023

thanks for the feedback @koba1t!

@koba1t
Copy link
Member

koba1t commented Nov 23, 2023

/reopen

@k8s-ci-robot k8s-ci-robot reopened this Nov 23, 2023
@k8s-ci-robot
Copy link
Contributor

@koba1t: Reopened this PR.

In response to this:

/reopen

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]>
@xvzf
Copy link
Contributor Author

xvzf commented Nov 27, 2023

will. fix the listing tmrw!

@xvzf xvzf force-pushed the feat/add-alpha-plugin-exec-arg-and-env-support branch from 4311450 to 1918d08 Compare November 30, 2023 16:01
@k8s-ci-robot
Copy link
Contributor

This PR has multiple commits, and the default merge method is: merge.
You can request commits to be squashed using the label: tide/merge-method-squash

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.

@xvzf
Copy link
Contributor Author

xvzf commented Dec 11, 2023

Hey @koba1t is there anything missing I should add? :)

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 3, 2024
@xvzf
Copy link
Contributor Author

xvzf commented Apr 5, 2024

@varshaprasad96 @koba1t is there any chance this is getting merged? :)

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 5, 2024
@xvzf xvzf requested a review from varshaprasad96 April 16, 2024 07:38
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 15, 2024
@xvzf
Copy link
Contributor Author

xvzf commented Jul 15, 2024

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 15, 2024
@koba1t
Copy link
Member

koba1t commented Sep 3, 2024

Hi @varshaprasad96
Looks like you reviewed this PR. Could you recheck this PR?

@xvzf
Copy link
Contributor Author

xvzf commented Nov 26, 2024

Small ping here @koba1t

@koba1t
Copy link
Member

koba1t commented Feb 11, 2025

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 11, 2025
@koba1t
Copy link
Member

koba1t commented Feb 15, 2025

HI @xvzf
So sorry to delay the review.
I'll check this PR!

/assign @koba1t

@koba1t koba1t closed this Feb 16, 2025
@koba1t koba1t reopened this Feb 16, 2025
@koba1t koba1t added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Feb 16, 2025
@koba1t
Copy link
Member

koba1t commented Feb 16, 2025

Thanks for your contribution!
I believe this function is useful and your code looks good to me!

/lgtm
/approve

I am very sorry to have kept you waiting a long time.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 16, 2025
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 16, 2025
@k8s-ci-robot k8s-ci-robot merged commit cc7a71c into kubernetes-sigs:master Feb 16, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants