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

Introduce artifact max size limit of 50MiB #929

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 11, 2022

  1. Introduce artifact max size limit of 50MiB

    Add a controller flag named "--artifact-max-size=<bytes>" with the default value of 50MiB.
    To disable the limit, the value can be set to "--artifact-max-size=-1".
    The flag enforces a max size limit for the artifact contents produced by source-controller,
    to avoid out-of-memory crashes of consumers such as kustomize-controller.
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3168bb6 View commit details
    Browse the repository at this point in the history