Skip to content

Commit

Permalink
Fix a typo, "space names" -> "namespaces"
Browse files Browse the repository at this point in the history
Task results are useful for storing "ephemeral namespaces" rather
than "ephemeral space names".
  • Loading branch information
Scott authored and tekton-robot committed May 19, 2020
1 parent 078f081 commit 17fec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ as results are passed back to the controller via this mechanism. At present, the
["2048 bytes or 80 lines, whichever is smaller."](https://kubernetes.io/docs/tasks/debug-application-cluster/determine-reason-pod-failure/#customizing-the-termination-message).
Results are written to the termination log encoded as JSON objects and Tekton uses those objects
to pass additional information to the controller. As such, `Task` results are best suited for holding
small amounts of data, such as commit SHAs, branch names, ephemeral space names, and so on.
small amounts of data, such as commit SHAs, branch names, ephemeral namespaces, and so on.

If your `Task` writes a large number of small results, you can work around this limitation
by writing each result from a separate `Step` so that each `Step` has its own termination log.
Expand Down

0 comments on commit 17fec6c

Please sign in to comment.