Skip to content

Derive user/group from the user credentials

Latest
Compare
Choose a tag to compare
@venkatsc venkatsc released this 03 Feb 17:01

Release synopsis

Derive user/group from user credentials.

  • StorageClass parameters user and group are optional. See StorageClass example for more information.
  • CSI driver pods now mount /etc/passwd and /etc/group from host such that users can be mapped and resolved inside Driver pods when required.
  • Fixed shared volume permissions update issue.

Compatibility: k8s release v1.30.x and newer releases that support CSI spec v1.9.0

This release is tested with k8s v1.32.0 against Quobyte 3.x (3.24.4).

NOTE 1: This release is not tested with Quobyte 2.x versions.

To get this release, follow the Quobyte CSI driver documentation

Known issues

  • K8S e2e snapshots tests are failing (unstable/not working snapshots)
  • Shared volume PV cannot be deleted by Quobyte non-super user.