tekton-tutorial icon indicating copy to clipboard operation
tekton-tutorial copied to clipboard

Get started with Tekton Pipelines :smiley_cat: for https://dn.dev/master. Learn from basics to advanced

Results 6 tekton-tutorial issues
Sort by recently updated
recently updated
newest added

The setup instrcutions say yq v3 should be installed w/ `brew install yq@3` (b.t.w. also for Linux!?), but yq version 3 is no longer maintained and the maintainer recommends upgrading...

https://github.com/redhat-scholars/tekton-tutorial/blob/93323dbff64913b537400840fb6696491e5b90f8/triggers/gitea-eventlistener.yaml#L13 It should be: ```yaml apiVersion: triggers.tekton.dev/v1alpha1 kind: EventListener metadata: name: gitea-webhook spec: serviceAccountName: pipeline triggers: - name: tekton-greeter-webhook bindings: - ref: gitea-triggerbinding template: ref: tekton-greeter-trigger-template ```

Should there be a param for registry to push to or should there be more instructions here? **Issue** When following the TaskRun under 'Build Cloud Native Application' the following step...

help wanted
question

Should there be a note for OCP 4.7 users somewhere to change the pipeline serviceaccount to add privileged scc? **Issue** The follwing step fails: ``` tkn task start -n tektontutorial...

help wanted
question

The tutorial would be served by giving users the option of creating an OpenShift cluster in the cloud for no-/low- cost. The [IBM CloudFree program](https://www.ibm.com/au-en/cloud/free) gives users 200 USD (when...

Add Exercise to use conditions