You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Attempt to run a properly formed and tested "tkn pipeline start" command
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.
The text was updated successfully, but these errors were encountered:
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
Environment
Cloud:
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.
The text was updated successfully, but these errors were encountered: