Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEP-0127: Larger Results via Sidecar Logs #887

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Commits on Dec 1, 2022

  1. TEP-0127: Larger Results via Sidecar Logs

    Today, `Results` have a size limit of 4KB per `Step` and 12KB per
    `TaskRun` in the best case - see [issue][4012].
    
    The goal of [TEP-0086][tep-0086] is to support larger `Results`
    beyond the current size limits. TEP-0086 has many alternatives
    but no proposal.
    
    This TEP is proposes experimenting with one of the alternatives
    - `Sidecar` logs. This allows us to support larger `Results` that
    are stored within `TaskRun` CRDs.
    
    [4012]: tektoncd/pipeline#4012
    [tep-0086]: https://github.com/tektoncd/community/blob/main/teps/0086-changing-the-way-result-parameters-are-stored.md
    jerop committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6f5685c View commit details
    Browse the repository at this point in the history