-
Notifications
You must be signed in to change notification settings - Fork 153
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
Getting Started: "tkn task start hello --dry-run" fails with "Error: task name hello does not exist in namespace default" #199
Comments
tkn 0.13.1 does appear to be available in the ppa Tested on Ubuntu 20.04 (Focal Fossa)
However following the instructions on https://tekton.dev/docs/getting-started/ I get 0.8.0 -echo "deb http://ppa.launchpad.net/tektoncd/cli/ubuntu eoan main"|sudo tee /etc/apt/sources.list.d/tektoncd-ubuntu-cli.list
+echo "deb http://ppa.launchpad.net/tektoncd/cli/ubuntu focal main"|sudo tee /etc/apt/sources.list.d/tektoncd-ubuntu-cli.list Is this expected? Do we only ship newer tkn releases for |
We only use what PPA gives us, I am not really sure how to make PPA generating for multiple distribution, so I guess the packages will only targets the latest LTS (which is focal) I'll see if we can do some documentation update, |
Maybe we should use https://build.opensuse.org/ in the future, which seems more maintained and featurefull than launchpad. |
- Use a base latest for the distribution not rolling, - Update README. Related: tektoncd/website#199
- Use a base latest for the distribution not rolling, - Update README. Related: tektoncd/website#199
So, is the issue only related to the version of |
@afrittoli yes should be fixed using the version from focal, |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
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. |
Expected Behavior
tkn task start hello --dry-run
should behave as described and output the taskrun resource description
Actual Behavior
tkn task start hello --dry-run
logs
Error: task name hello does not exist in namespace default
Steps to Reproduce the Problem
Additional Info
It looks that the binary in the ppa is (very) old and does not work with current tekton pipelines.
After using an up-to date tkn binary, everything works fine
Suggestion: Either update the version in the ppa or remove the section in flavor of using the package from github.
The text was updated successfully, but these errors were encountered: