diff --git a/content/en/docs/Getting Started/_index.md b/content/en/docs/Getting Started/_index.md index cb63f562accdeea076516aaa31c8c892522a4b12..49e01ab8e64ec1c0e0fde9deab12db0742309ea1 100644 --- a/content/en/docs/Getting Started/_index.md +++ b/content/en/docs/Getting Started/_index.md @@ -349,7 +349,7 @@ After running the command above, the following `TaskRun` definition should be sh apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: - name: getting-started + generateName: echo-run- spec: taskRef: name: echo @@ -373,11 +373,11 @@ tkn task start echo --dry-run > taskRun.yaml kubectl create -f taskRun.yaml ``` -Tekton will now start running your `Task`. To see the logs of the `TaskRun`, run +Tekton will now start running your `Task`. To see the logs of the last `TaskRun`, run the following `tkn` command: ```shell -tkn taskrun logs getting-started -f +tkn taskrun logs --last -f ``` It may take a few moments before your `Task` completes. When it executes, it should