-
-
Notifications
You must be signed in to change notification settings - Fork 0
Tekton
Alexander Diemand edited this page Jul 29, 2024
·
1 revision
Tekton homepage
from their documentation these steps are minimally required:
- install metrics server
- install Tekton pipelines:
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
- prepare a demo task and run it using a taskrun
additional setup is necessary for running triggers.