Vladimir Skubriev
Vladimir Skubriev
thank's to @drewm1980. That's good solution in 14.04
@gaetanocalabrese It sounds good. Can you post you instruction for ubuntu 12.04 anywhere ?
> Double check that your plugin directory name is redmine_mylyn_connector > This helps me too.
Same exactly. It's very strange. So to activate `exit from ws switcher` you should use following: ``` gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/ set org.gnome.shell.extensions.wsmatrix-keybindings workspace-overview-confirm "['w']" ``` Note. There is inaccuracy in...
Sure, i faced same issue. When utilizing static pv (without storage class). Or with `storageClassName: ""` i.e.: `# Empty storage class disables dynamic provisioning` There is no way (more likely)...
Here is a link to the code https://github.com/yandex-cloud/k8s-csi-s3/blob/519c4f0bd7f661bd09cc2f4b20b460c2eb26cd77/pkg/mounter/geesefs.go#L105 As I understand there is no way to disable systemd in our case (
So. I found a workaround to issue. Just comment a volume in volumeMounts and volumes in DaemonSet at deploy/kubernetes/csi-s3.yaml and reinstall it and maybe other components. This is because [mounter](https://github.com/yandex-cloud/k8s-csi-s3/tree/519c4f0bd7f661bd09cc2f4b20b460c2eb26cd77/pkg/mounter)...
> Thank you very much for help. I tested version `v0.35.4` and found that it works out of the box with systemd like a charm. So I think this issues...
> Or this way? https://github.com/yandex-cloud/k8s-csi-s3/pull/34/files Amazing flow. It seemed to me that this would not work. But I did not look in the code whether this parameter is processed or...