Deepak S

Results 6 comments of Deepak S

https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html Will it work if I add --feature-gates=CSIInlineVolume=true since I use k8s 1.15?

I enabled feature gate on 1.15 and pod creation API succeeded. However, mount failed. I didn't yet check the logs though. `Warning FailedMount 36s kubelet, dpak-m1 Unable to mount volumes...

Pod [spec](https://godoc.org/k8s.io/api/core/v1#VolumeSource) uses https://godoc.org/k8s.io/api/core/v1#CSIVolumeSource which sadly doesn't have nodestagesecretref.

Could you suggest a workaround for this?

Still facing this issue in Release 5.0. Can someone help me out?