Hemant Kumar

Results 223 comments of Hemant Kumar

The build failures on this branch are unrelated to this PR. Filed https://github.com/container-storage-interface/spec/issues/434 for tracking.

Since these fields are not exposed as properties in PVC, I don't see how users can modify them. I am not even sure if k8s will want to add those...

This is another instance https://github.com/container-storage-interface/spec/pull/499 when we moved things over from alpha to GA. I will look into compatibility aspects of when we move a feature from alpha to GA.

@jdef So I ran e2e of k8s by updating kubernetes with my version of CSI driver and let driver run a released version of CSI with alpha APIs. And all...

Please open this in kubernetes/kubernetes repo

it works by explicitly disabling go modules though: ``` GO111MODULE=off make ```

There is a interesting consequence of SP storing metadata under staging target_dir, I am noticing that if stage fails then k8s tries to remove the staging directory - https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_attacher.go#L330 but...