Andy Zhang

Results 651 comments of Andy Zhang

@mauriciopoppe there is sth. wrong with the integration tests: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-csi_csi-proxy/356/pull-kubernetes-csi-csi-proxy-integration/1845716316082671616 shall we merge this PR first?

then what's incorrect? `${pvc.metadata.name}`? what's the value of `subDir` you want to create?

can you share the `/CreateVolume` related logs in csi driver controller pod? from our e2e tests, `"subDir":"${pvc.metadata.namespace}/${pvc.metadata.name}"` is parsing correctly: [pod/csi-nfs-controller-74fc79867-m6s42/nfs] I0827 23:53:55.727919 1 utils.go:110] GRPC call: /csi.v1.Controller/CreateVolume [pod/csi-nfs-controller-74fc79867-m6s42/nfs] I0827...

the pvc name passed to csi driver is `"csi.storage.k8s.io/pvc/name":"prime-3cbee8d9-0d84-4df7-820e-67fee7f20ac0"`

> Right. Where does that come from? @jnm27 it's injected by the csi-provisioner

it's https://github.com/kubernetes-csi/external-provisioner --extra-create-metadata: Enables the injection of extra PVC and PV metadata as parameters when calling CreateVolume on the driver (keys: "csi.storage.k8s.io/pvc/name", "csi.storage.k8s.io/pvc/namespace", "csi.storage.k8s.io/pv/name")

can you try https://github.com/kubernetes-csi/csi-driver-nfs project? at least from e2e test logs, this project works.

@navilg that's a dummy resize, it's better not doing that since this driver actually does not support resize.