Skip to content

Commit 2d506ca

Browse files
committed
chore(k8s/magiclove/smartctl-exporter): make /dev writable
It has worked fine, but now fails with: Warning Failed 23s kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/kubelet/pods/12085208-7ae7-4d2a-9503-9ce58a9c99fd/containers/smartctl-exporter/96fee43f" to rootfs at "/dev/termination-log": create mountpoint for /dev/termination-log mount: create target of file bind-mount: mknod regular file /run/containerd/io.containerd.runtime.v2.task/k8s.io/smartctl-exporter/rootfs/dev/termination-log: read-only file system
1 parent a0b1725 commit 2d506ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

k8s/magiclove/smartctl_exporter/daemon_set_list.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import (
4141
}
4242
volumeMounts: [{
4343
name: "dev"
44-
readOnly: true
4544
mountPath: "/dev"
4645
}]
4746

0 commit comments

Comments
 (0)