Resolver - cluster resolver inside a Pipeline ? #6811
Unanswered
darktempla
asked this question in
Q&A
Replies: 1 comment
-
Hey @darktempla, You are hitting the extra weird behavior described in here. In a gist, because you are using This is indeed a weird behavior, and we are working on fixing that (see the issue linked as well as prs and other issues the refer to it). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tekton version = v0.48.0
Previously I was making use exclusively of
ClusterTask
objects to share and reference tasks inside my cluster.For example
After converting this pipeline to the "resolver" way of doing things.
I get this error when trying to create the pipeline on my cluster.
The task definitely exists as can be seen below:
Any help about best practice around the NEW resolver way of doing things would be appreciated.
To be fair the documentation on the tekton website doesn't really have good clear examples around how this should work and I saw nothing that says you cannot use resolvers in pipelines :(
Beta Was this translation helpful? Give feedback.
All reactions