Ferran Arau

Results 9 comments of Ferran Arau

Hi @sorinpepelea, the microk8s uses an immutable containerised kubelet. It is worth trying the `sharedDir` param from the values.yaml. ``` # sharedDir should be set if running kubelet in a...

Hi @sorinpepelea, I believe microk8s uses the kubelet root dir `--root-dir=${SNAP_COMMON}/var/lib/kubelet`. We tried internally and I think the solution could be to change that config to `--root-dir=/var/lib/kubelet`.

Hi @bcressey, I think we have found why Ondat cannot write. The daemonset pod mounts with Bidirectional mount propagation from the container to the host fs at `/var/lib/storageos` then when...

Hi, I would like to give an update on the issue. We have been working on different ways to get the mount options set correctly. the idea of the memory...

Same here, I'd like to be able to recover the cluster without restoring from a backup (sometimes not possible to restore valid data) even with manual intervention. I could achieve...

Hi @barrymac, that is the result of running K8S without enabling MountPropagation. Check out https://docs.storageos.com/docs/install/kubernetes/index point 3 of the prerequisites. As a summarise: - Append flag `--feature-gates MountPropagation=true` to the...

Hi @greenaar , is it feasible that you can provide us with the logs of the pod running in the instance that have issues?

Hi @greenaar, thank you very much for all this information. We are working on troubleshooting this issue. We keep you posted!.

IMO this can be merged 😄