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
Create a Task that uses a StepAction, referenced using the cluster resolver.
Run the Task
Observe the error
Additional Info
From what I'm able to tell, I think this line is what is currently blocking things as the cluster resolver has already been updated to support StepActions but this line is still hardcoded to task and pipeline.
Kubernetes version:
Output of kubectl version:
Client Version: v1.30.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.9
Tekton Pipeline version:
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Expected Behavior
When referencing a StepAction using the
cluster
resolver I expect it to correctly resolve.Actual Behavior
The cluster resolver returns the following error:
Steps to Reproduce the Problem
cluster
resolver.Additional Info
From what I'm able to tell, I think this line is what is currently blocking things as the cluster resolver has already been updated to support StepActions but this line is still hardcoded to
task
andpipeline
.Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: