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

tkn hub install: Support --if-not-exists #1120

Open
adambkaplan opened this issue Sep 6, 2023 · 1 comment
Open

tkn hub install: Support --if-not-exists #1120

adambkaplan opened this issue Sep 6, 2023 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@adambkaplan
Copy link

adambkaplan commented Sep 6, 2023

Feature request

For tkn hub install: add an option so that the install command does not fail if the catalog resource already exists in the cluster namespace.

Example:

$ tkn hub install task git-clone --version 0.9 --if-not-exists -n my-playground
Task git-clone(0.9.0) already installed in my-playground namespace

Use case

  1. Pipelines in external systems (ex: Jenkins) that configure or deploy a namespace.

UI Example

$ tkn hub install task git-clone --version 0.9 --if-not-exists -n my-playground
@adambkaplan adambkaplan added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 6, 2023
@vinamra28
Copy link
Member

this feature request should go in https://github.com/tektoncd/hub, hence moving it there

@vinamra28 vinamra28 transferred this issue from tektoncd/cli Sep 11, 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.
Projects
None yet
Development

No branches or pull requests

2 participants