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
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
v0.43.2
Operating System:
macos 12.5.1
Expected Behavior
Logs
Actual Behavior
W0125 12:45:25.473679 35773 reflector.go:347] github.com/tektoncd/pipeline/pkg/client/informers/externalversions/factory.go:117: watch of *v1.PipelineRun ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: no kind \"PipelineRun\" is registered for version \"tekton.dev/v1\" in scheme \"github.com/tektoncd/pipeline/pkg/client/clientset/versioned/scheme/register.go:32\"") has prevented the request from succeeding
# When you do use v1, you get this.
admission webhook "webhook.pipeline.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "serviceAccountName"
If you ask for the logs using something like k9s or lens, you can see them and the build is running.
kubectl logs --selector=tekton.dev/pipelineRun=testing-stuff -n harbormaster --all-containers doesn't give logs for the tasks, only the pipelinerun? Must use selector=tekton.dev/taskRun to get the task logs?
Additional Info
This may be a problem for both pipelines and the cli
The text was updated successfully, but these errors were encountered:
@lbernick that's not important because I can continue to use the beta resource. The real problem is inconsistent logging as-per the title. If there is no log then there's no proof of what happened and it's all for naught. Tkn has problems retrieving logs on steps that occur on or after retries when they are clearly visible in other manual applications such as lens, or k9s.
Thanks, I should have read the issue in more detail. This looks like a duplicate of #1847 which has been addressed on main (although I am not sure if it has been released yet)
Versions and Operating System
Kubernetes version: 1.25.4
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}'
v0.43.2
macos 12.5.1
Expected Behavior
Logs
Actual Behavior
Steps to Reproduce the Problem
tekton.dev/v1
because you can't specify serviceAccountName https://tekton.dev/docs/pipelines/pipelineruns/#configuring-a-pipelinerunkubectl apply -f test.yaml
kubectl logs --selector=tekton.dev/pipelineRun=testing-stuff -n harbormaster --all-containers
doesn't give logs for the tasks, only the pipelinerun? Must useselector=tekton.dev/taskRun
to get the task logs?Additional Info
This may be a problem for both pipelines and the cli
The text was updated successfully, but these errors were encountered: