Skip to content

Please help me understand this? #8575

Answered by afrittoli
BryanDollery asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @BryanDollery, thank you for trying Tekton.

About Conditions, they are a common paradigm to track the status of resources in Kubernetes, you can see them in Pods as well for instance. Each condition type tracks one aspect of the resource, and status and reason give you details about that.
Tekton uses a condition called Succeeded to track the final outcome of its resources.
In your case, this condition was:

  • status: False, meaning it did not succeed
  • reason: TaskRunValidationFailed, meaning that the TaskRun syntax or structure is invalid

You can find more about this in https://tekton.dev/docs/pipelines/taskruns/#monitoring-execution-status

About the specific error, it looks like ther…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BryanDollery
Comment options

Answer selected by BryanDollery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants