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

[TektonConfig] Remove the concept of "profiles" and instead specify components individually #1474

Open
tculp opened this issue May 6, 2023 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@tculp
Copy link

tculp commented May 6, 2023

Feature request

The "profile" concept seems unhelpful, restricting, and obtuse. Instead, why not just have the config specify the exact components to install? Or add an enabled field to the individual pipeline, dashboard, etc. sections.

Use cases

  • I want to install only tekton-pipelines and tekton-dashboard, but I don't want to install tekton-triggers. No profile gets me that combination of components, so profiles aren't usefult to me.

  • I want to install tekton-dashboard on an OpenShift install, but no profile allows for that.

General issues

  • As a new user, it's unexpected that the components installed with the all profile changes based on the flavor of Kubernetes. See [Question] Should we make all components common for all platforms #400. Also, it does not in fact install all components, so the term is misleading

  • As new components are added to Tekton Operator, it'll become harder to add new profiles and combinations, especially in a backwards-compatible way

  • lite and basic are very similar terms semantically, and convey no information about which components they each install without specifically looking at the documentation at https://tekton.dev/docs/operator/tektonconfig/#profile. A simple list of components or set of enabled flags would be clearer

@tculp tculp added the kind/feature Categorizes issue or PR as related to a new feature. label May 6, 2023
@tekton-robot
Copy link
Contributor

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 4, 2023
@tculp
Copy link
Author

tculp commented Aug 25, 2023

/remove-lifecycle stale Still an issue

@vdemeester
Copy link
Member

/lifecycle frozen

@tekton-robot tekton-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

3 participants