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

Add allowAutoIOPSPerGBIncrease to translated AWS EBS StorageClasses #101082

Commits on Apr 13, 2021

  1. Add allowAutoIOPSPerGBIncrease to translated AWS EBS StorageClasses

    By default, AWS EBS CSI driver does not increase IOPS of a volume to the
    minimal value supported by AWS - such increase results in increased costs,
    which might be surprising. It returns an error instead (increase IOPSPerGB
    or volume size).
    
    In-tree volume plugin does increase the IOPS. In order to preserve this
    behavior of volumes migrated to CSI, the translated StorageClasses should
    include "allowAutoIOPSPerGBIncrease" option that allows the driver to
    increase IOPS as the in-tree volume plugin would do.
    jsafrane committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3bad31b View commit details
    Browse the repository at this point in the history