Running these examples, when getting to:
tkn pipelinerun logs hello-goodbye-run -f -n default
I get this error:
Error: the server could not find the requested resource (get pipelineruns.tekton.dev hello-goodbye-run)
The pipeline is there:
kubectl get pipelinerun -A
NAMESPACE NAME SUCCEEDED REASON STARTTIME COMPLETIONTIME
default hello-goodbye-run True Succeeded 9h
kubectl api-resources | grep pipelineruns
pipelineruns pr,prs tekton.dev/v1beta1 true PipelineRun
tkn version
Client version: 2020-04-01T10:57:38Z
Pipeline version: unknown
Info: I am running on Apple arm64, if that could be an issue. I don't think as all pods are running.