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

Deprecate tkn create -f #816

Closed
danielhelfand opened this issue Mar 17, 2020 · 0 comments · Fixed by #954
Closed

Deprecate tkn create -f #816

danielhelfand opened this issue Mar 17, 2020 · 0 comments · Fixed by #954
Assignees
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone

Comments

@danielhelfand
Copy link
Member

tkn currently features create -f for the following commands:

  • pipeline
  • task
  • resource

Following conversations in #739 and in the 3/17/20 Working Group for tkn, the recommendation for users is to use kubectl for creating/updating resources. tkn will work to support creation/update methods that differ from what kubectl offers through create/apply/replace (e.g. interactively creating resources, such as tkn resource create).

The plan for deprecating them will be as follows:

In v0.9.0, there will be warning messages displayed to users when they use create -f that the commands will no longer be available in v1.0.0.

In v1.0.0, the commands will be officially removed from tkn.

@danielhelfand danielhelfand self-assigned this Mar 17, 2020
@danielhelfand danielhelfand added this to the 1.0.0 🦁 milestone Mar 17, 2020
@danielhelfand danielhelfand added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Mar 17, 2020
@vdemeester vdemeester modified the milestones: 1.0.0 🦁, 0.10.0 🐅 Apr 22, 2020
@danielhelfand danielhelfand mentioned this issue Apr 30, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants