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

Syncing latest changes from upstream master for rook #682

Closed
wants to merge 4 commits into from

Commits on Jul 16, 2024

  1. csi: make kube apiserver qps configurable

    This commit adds the flexibility to configure kube apiserver qps
    as per the user requirement and also keeps the existing values as
    the default one.
    
    Signed-off-by: yite.gu <[email protected]>
    YiteGu committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    80541a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rook#14420 from YiteGu/make-kube-api-limit-configu…

    …rable
    
    csi: make kube apiserver qps configurable
    travisn authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9967b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. csi: fix template render in logRotation

    the templateParam need to be updated
    with the right values before we are
    rendering the template.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cb87c3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rook#14468 from Madhu-1/fix-log-rotation

    csi: fix template render in logRotation
    subhamkrai authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a9e192b View commit details
    Browse the repository at this point in the history