Tekton Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
kubectl get pods -n tekton-pipelines --watch
kubectl get pods -n tekton-pipelines --watch
</syntaxhighlight>
</syntaxhighlight>
The installation will create a <code>tekton-pipelines</code> namespace.


=Tekton CLI=
=Tekton CLI=

Revision as of 22:17, 27 April 2022

Internal

Tekton Pipelines

Installation

kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
kubectl get pods -n tekton-pipelines --watch

The installation will create a tekton-pipelines namespace.

Tekton CLI