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 #692

Merged
merged 2 commits into from
Aug 5, 2024

Commits on Jul 31, 2024

  1. csi: explicitly set Topology feature-gate

    issue:
    external-provisioner (v5) enabled topology feature-gate by default
    and the current implementation in Rook uses a conditional block to
    enable the topology feature gate. This approach now does not directly
    reflect the state of the `CSI_ENABLE_TOPOLOGY`.
    
    fix:
    replacing the conditional block with a direct use of the
    `CSI_ENABLE_TOPOLOGY` for flag value.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e30e5e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request rook#14517 from iPraveenParihar/csi/explicitly-set…

    …-topology-flag
    
    csi: explicitly set Topology feature-gate
    travisn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9c98467 View commit details
    Browse the repository at this point in the history