tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Getting started with Tasks (Kubernetes version incorrect) #607

Open yzaazy opened 1 month ago

yzaazy commented 1 month ago

https://tekton.dev/docs/getting-started/tasks/

When following the instruction and staring Minikube with "--kubernetes-version v1.25.14" it gives errors when installing Tekton pipelines pods. They get the status CrashLoopBackOff.

Starting Minikube with with "--kubernetes-version v1.30.0" resolves these problems.

AlanGreene commented 1 month ago

Thanks for reporting this @yzaazy. The minimum Kubernetes version required since Tekton Pipelines v0.59 is 1.27: https://github.com/tektoncd/pipeline/releases/tag/v0.59.0

Would you be interested in submitting a PR to update the minikube start command at https://github.com/tektoncd/website/blob/main/content/en/docs/Getting-started/tasks.md ?