Travis Glenn Hansen
Travis Glenn Hansen
OK, set `--pid=host` as well. After setting that try enabling the `nsenter` strategy and see if that works. `ISCSIADM_HOST_STRATEGY=nsenter` env var on the container https://github.com/democratic-csi/democratic-csi/blob/master/docker/iscsiadm
> Hello, i'm facing the same issue in kubernetes. > > I deployed democratic-csi using the helm chart. > > The PVC/PV are created in kubernetes and volume is created...
You are brave! I am not much help here but maybe @olljanat can provide some tips.
Ah, for iscsi I assume you bind mount / to /host and I handle the iscsiadm command using chroot via a wrapper. So you do need the daemon running but...
Hmm, that’s really strange. They both should be exactly the same (in the sense of building a plugin). The active config for the app is the only thing that should...
It does this via a wrapper script builtin to the container: https://github.com/democratic-csi/democratic-csi/blob/master/docker/iscsiadm
`iscsi` should work fine with standard `securityContext` features (this is actually handled by kubelet, not the csi drivers). For `nfs` to work properly you should probably set the value here...
Yeah, those need cleaned up! I need to pass in the logger to the util classes and then replace console.log. For the proxy maybe just wrap it in a debug...
That depends on who is debugging ;) usually I am asking for logs and the current data is extremely helpful. The project however is certainly mature enough however at this...
Always happy for contributions but it really shouldn't be overly difficult for me to add this. All of the points are well received and agreed with by my part!