Tekton Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Tekton =Tekton CLI=") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Tekton#Subjects|Tekton]] | * [[Tekton#Subjects|Tekton]] | ||
=Tekton Pipelines= | |||
==Installation== | |||
<syntaxhighlight lang='bash'> | |||
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml | |||
kubectl get pods -n tekton-pipelines --watch | |||
</syntaxhighlight> | |||
=Tekton CLI= | =Tekton CLI= |
Revision as of 22:15, 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