Luis Pabón
Luis Pabón
Hi @KateGo520 Sorry it has taken a while. I will take a look at this this weekend.
Hi @KateGo520 We have found issues upgrading and have postponed moving to `godep` or `go mod` for now, but we have it in our plans to move to those models....
We need to test what happens when the shared volume is to be mounted by the CO, since the CO thinks it is a single_writer.
This could be harder than we thought. Right now the PV created by the external-provisioner (from Kubernetes-CSI) is always setting the volume to SINGLE_WRITER: https://github.com/kubernetes-csi/external-provisioner/blob/725706063fd1d5e567a5fff53a6dbe6e38a53d86/pkg/controller/controller.go#L96-L98
If I fix it in the CSI external-provision, I don't need the fix in OpenStorage. So... here is how it would work. Instead of setting `shared=true`, setting the PVC to...
Taking a look at [Istio.io](https://istio.io/docs/tasks/security/authn-policy/)
After some discussion, we are going to make this much simpler in the initial release by using shared secret and/or cert based tokens.
For now, the SDK implementation will expect map[string]interface to return map[string]string, until the Golang interface is fixed.
#227 Needs to be done before this can be fixed.
that's a great question. For instance, I'm changing NFS to type BLOCK because it will also support `size` for volumes (in my CSI based NFS driver which I am still...