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

Outdated Tekton binary (tkn) makes it impossible to successfully launch a pipeline from the Web Console #151

Open
1 of 4 tasks
samson7point1 opened this issue Oct 19, 2023 · 0 comments

Comments

@samson7point1
Copy link

Describe the bug

The version of "tkn" provided (0.28) is old and susceptible to this bug:
tektoncd/cli#1837

Expected Behavior

A "tkn pipeline start..." command executes successfully.

Current Behavior

All "tkn pipeline start..." commands result in the error:
"Error: the API version in the data (tekton.dev/v1beta1) does not match the expected API version (tekton.dev/v1)"

This appears to happen irrespective of whether the manifests contain the 'v1beta1' API version.

Steps to Reproduce

  1. Attempt to run a properly formed and tested "tkn pipeline start" command
  2. Observe that it results in an error

Environment

Cloud:

  • AWS (ROSA)
  • Azure
  • GCP
  • other (please specify)

OpenShift Version:
4.12.36

Additional Info
I was able to work around this problem by copying the current version of tkn to the Web Terminal environment and executing it directly. The same command performs perfectly using the current version (0.31) of the binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant