Matt Olson

Results 6 issues of Matt Olson

I've deployed this to an OpenShift 4.6 cluster and if a pods limit/request comes from a LimitRange instead of being defined at the pod/deployment level it's current settings on the...

enhancement
pinned

**What happened**: Pods with volume mounts that use this driver are getting stuck in a terminating phase because the mounts are failing to unmount with this error: ``` Unmounting arguments:...

lifecycle/rotten

**What did you do?** Deployed an AlertManager HA cluster as documented in Docker containers. **What did you expect to see?** The cluster to behave as expected and not send duplicate...

component/high availability
kind/more-info-needed

…driver - Enables NodeServiceCapability_RPC_STAGE_UNSTAGE_VOLUME and ControllerServiceCapability_RPC_PUBLISH_UNPUBLISH_VOLUME - Appends SHA-256 hash of SMB credentials to volume ID for credential-based volume isolation - NodePublishVolume updated to bind-mount from staging path to pod...

kind/feature
size/L
kind/design
ok-to-test
cncf-cla: yes
release-note-none

**What happened**: When multiple pods mount the same SMB PVC on the same node, everything works fine initially. However, when one of the pods terminates, the kubelet continuously tries to...

- Make NodeUnpublishVolume idempotent by checking mount status before unmounting - Ensure fuse process cleanup occurs even if unmount operation fails - Improve error handling and logging during unmount operations...