1. 13 4月, 2022 1 次提交
    • G
      Crete a quickstart to run your first tekton pipeline · d4203955
      Geri Ochoa 提交于
      Introductory guide for newcomers. This is a two-file quickstart that
      shows a simple example to create a task and a pipeline.
      
      These tutorials do not include new information. The information here is
      reorganized to be easier to understand for newcomers. Including
      prescritpive steps that the user just has to copy/paste .
      d4203955
  2. 14 2月, 2022 1 次提交
  3. 05 12月, 2021 1 次提交
  4. 01 7月, 2021 1 次提交
  5. 22 6月, 2021 1 次提交
  6. 12 3月, 2021 1 次提交
  7. 20 2月, 2021 2 次提交
  8. 28 1月, 2021 1 次提交
  9. 03 9月, 2020 1 次提交
  10. 02 9月, 2020 1 次提交
  11. 31 7月, 2020 1 次提交
  12. 15 6月, 2020 1 次提交
  13. 29 5月, 2020 2 次提交
    • J
      Update _index.md · acd82672
      JJ Asghar 提交于
      Changed `name` to `generateName` because of the behavior of the `--dry-run` of `tkn`.
      Changed the `tkn` command for the logs at the end, because of the `generateName` is different per run.
      Signed-off-by: NJJ Asghar <jjasghar@gmail.com>
      Signed-off-by: NPaul Czarkowski <username.taken@gmail.com>
      acd82672
    • J
      Update _index.md · 9c60f7b5
      JJ Asghar 提交于
      Changed from `apply` to `create` due to the declarative nature of `apply`. You can not use `generateName` with `apply`.
      The error that happens is:
      
      ```
      ❯ kubectl apply -f taskRun.yml
      error: error when retrieving current configuration of:
      Resource: "tekton.dev/v1beta1, Resource=taskruns", GroupVersionKind: "tekton.dev/v1beta1, Kind=TaskRun"
      Name: "", Namespace: "hello-world-pipeline"
      from server for: "taskRun.yml": resource name may not be empty
      ```
      The following is the correct behavior. 
      ```
      ❯ kubectl create -f taskRun.yml
      taskrun.tekton.dev/echo-run-c5dtm created
      ```
      Please look at:  https://github.com/kubernetes/kubernetes/issues/44501#issuecomment-294255660Signed-off-by: NJJ Asghar <jjasghar@gmail.com>
      9c60f7b5
  14. 14 4月, 2020 1 次提交
  15. 08 4月, 2020 1 次提交
  16. 03 4月, 2020 1 次提交
  17. 02 4月, 2020 1 次提交
  18. 17 2月, 2020 2 次提交