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

Kustomize Plugin Graduation #2953

Closed
4 tasks
KnVerey opened this issue Sep 8, 2021 · 19 comments
Closed
4 tasks

Kustomize Plugin Graduation #2953

KnVerey opened this issue Sep 8, 2021 · 19 comments
Labels
sig/cli Categorizes an issue or PR as relevant to SIG CLI.

Comments

@KnVerey
Copy link
Contributor

KnVerey commented Sep 8, 2021

Kustomize Plugin Graduation

  • One-line enhancement description (can be used as a release note): Converge Kustomize's various alpha extension mechanisms into a single KRM-driven feature that has an enhanced story around plugin distribution, discovery and trust.
  • Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2953-kustomize-plugin-graduation
  • Primary contact (assignee): @KnVerey
  • Responsible SIGs: sig-cli
  • Enhancement target (which target equals to which milestone):
    • Alpha release target (x.y): TBD
    • Beta release target (x.y): TBD
    • Stable release target (x.y): TBD
  • Alpha
    • KEP (k/enhancements) update PR(s):
    • Code (k/k) update PR(s):
    • Docs (k/website) update PR(s):

/sig cli

@k8s-triage-robot
Copy link

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:

  • 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 issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or 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 Jan 10, 2022
@KnVerey KnVerey removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 20, 2022
@k8s-triage-robot
Copy link

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:

  • 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 issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or 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 20, 2022
@KnVerey
Copy link
Contributor Author

KnVerey commented Apr 21, 2022

/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 21, 2022
@k8s-triage-robot
Copy link

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:

  • 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 issue is closed

You can:

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

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

/lifecycle stale

@sherifkayad
Copy link

@KnVerey I read in the docs that both the Go and the Exec plugins are slated for deprecation .. May I undertsand a rough timeline / target release for the removal of those from Kustomize? ..

@KnVerey
Copy link
Contributor Author

KnVerey commented Aug 30, 2022

We do know that we will remove them eventually, but there's no specific target yet. It will depend in part on when we're able to fully activate the replacements in kubectl kustomize (which only releases 3x/year), as we'll need an overlap release before removal. (Re "Exec" deprecation: In case it isn't clear, the KRM Functions version of Exec extensions is being preserved/graduated.)

@k8s-triage-robot
Copy link

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:

  • 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 issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or 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 Nov 28, 2022
@KnVerey
Copy link
Contributor Author

KnVerey commented Nov 28, 2022

/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 Nov 28, 2022
@mbigras
Copy link

mbigras commented Dec 31, 2022

Hey there! I'm learning how Kustomize works (and also plugins). I still don't understand what KRM-driven feature means; however, I'm actively reading and I included some notes about my study and todos for later. These are personal todos that I'm planning to come back to but I think they might help others.

Jargon note: For an explanation about the Kubernetes Resource Model (KRM) term, see the following links.

  1. https://github.com/kubernetes/design-proposals-archive/blob/main/architecture/resource-management.md
  2. https://twitter.com/bgrant0607/status/1406998402768859137?lang=en
  3. https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md
  4. https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2953-kustomize-plugin-graduation#key-terminology

And also see the example in the Kubernetes Resource Model (KRM) Functions Specification Examples section. I can't parse the example yet; however, it seems to allude to containers that take input and print output so I'm guessing the example might work in a Unix pipeline like the following command illustrates.

$ echo hello | docker run --interactive debian bash -c 'cat; echo world'
hello
world

Done: After I figure out what that example in the Kubernetes Resource Model (KRM) Functions Specification Examples section means, then add another example where you actually run a kubectl, kustomize, or docker command. Edit: For an excellent guided Containerized KRM Functions example, see https://kubectl.docs.kubernetes.io/guides/extending_kustomize/containerized_krm_functions/#guided-example. For a presentation about KRM Functions, see https://youtu.be/YlFUv4F5PYc?t=997. For a live working session about KRM Functions, see https://youtu.be/iHhCssvnv6Y?t=1155. Edit: To learn about Kustomize plugins by example, see Kustomize plugins public gist.

@k8s-triage-robot
Copy link

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

This bot triages un-triaged issues 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 issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue 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 4, 2023
@k8s-triage-robot
Copy link

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

This bot triages un-triaged issues 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 issue is closed

You can:

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

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

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 5, 2023
@k8s-triage-robot
Copy link

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

This bot triages issues 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 issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

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

/close not-planned

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

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

This bot triages issues 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 issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

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

/close not-planned

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 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2023
@shakefu
Copy link

shakefu commented Aug 7, 2023

/reopen

This is linked from the official docs for KRM functions.

Is there any way to formalize what "Alpha" status means here? It's been 2+ years...

@k8s-ci-robot
Copy link
Contributor

@shakefu: You can't reopen an issue/PR unless you authored it or you are a collaborator.

In response to this:

/reopen

This is linked from the official docs for KRM functions.

Is there any way to formalize what "Alpha" status means here? It's been 2+ years...

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.

@shakefu
Copy link

shakefu commented Aug 7, 2023

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Aug 7, 2023
@shakefu
Copy link

shakefu commented Aug 7, 2023

@KnVerey Thoughts on finalizing the current state as "v1" and letting a nebulous "v2" linger instead of keeping Alpha status forever?

@alex-k-verkada
Copy link

@KnVerey can we have some clarity on the timeline for this feature to become stable or at least move to Beta. Thank you!

@shakefu
Copy link

shakefu commented Apr 9, 2024

If @KnVerey is not active anymore with k8s, maybe someone can help us figure out if this is going to move forward or not? Or tag the correct person? /cc @logicalhan @xing-yang @Huang-Wei @palnabarun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/cli Categorizes an issue or PR as relevant to SIG CLI.
Projects
None yet
Development

No branches or pull requests

7 participants