You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we delete a pod of the Kubernetes example they won't be able to
properly start again.
This is caused by a missing terminationMessagePath, which we add in this
patch to fix this issue.
Fixembercsi#157
If we delete a pod of the Kubernetes example they won't be able to
properly start again.
This is caused by a missing terminationMessagePath, which we add in this
patch to fix this issue.
Fixembercsi#157
I install ember-csi on k8s 1.17, centos 7, only lvm and iscsi (clean system, k8s installed with kubeadm)
And I see next problem, when I made "kubectl delete pod csi-node-***, it can't restart any more.
It always crashes.
After reboot node, it starts.
I attach log from 1 node here.
I found that this problem because of /dev/termination-log
after it all starts.
I add to ds
terminationMessagePath: /tmp/termination-csi
it helps, now I don't have any problem with permanent crashes.
log here
The text was updated successfully, but these errors were encountered: