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

Helm: Revert Scheduler storage quota size to 1Gi #4354

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Helm: Revert Scheduler storage quota size to 1Gi

    In v1.14.3, the storage quota size for the Scheduler volume was
    increased from `1Gi` to `16Gi`. This is because users where encountering
    disk exhaustion fatal errors on the Scheduler under normal usage.
    Because the volume size request field is protected from updates, Dapr
    version upgrades to v1.14.3 failed without manual intervention.
    
    Reverts the Scheduler storage quota size back to `1Gi`, and adds
    warnings that the volume size may need to be increased for production
    deployments.
    
    See: dapr/dapr#8107
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6eb44ee View commit details
    Browse the repository at this point in the history