Can't pass Tekton's Getting Started. TaskRun's are not actually running Can't pass Tekton's Getting Started. TaskRun's are not actually running kubernetes kubernetes

Can't pass Tekton's Getting Started. TaskRun's are not actually running


This listing of the TaskRuns:

NAME              STARTED   DURATION   STATUShello-run-5f4qc   ---       ---        ---hello-run-5zck9   ---       ---        ---hello-run-8sdmx   ---       ---        ---

and no corresponding created Pods indicate that your Pipeline Controller does not work properly. Inspect the logs of your controller to see if there are any related issues, e.g. with kubectl logs tekton-pipelines-controller-7c5494d584-d6gkn.

This error from the logs:

Kind=Task failed: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/?timeout=30s": dial tcp 10.101.106.201:443: connect: connection refused

indicate that there are some connectivity problems.

When I followed the guide with Minikube on my machine, it worked without problems.


Finally, Jonas enlightened me that there is an error with the internal network of my minikube that we're not able to solve and I decided to create a GKE cluster which allowed me to successfully pass the tutorial