Skip to content

ceph-csi-rbd 3.10.1 with Talos 1.6.1 nodeplugin fails with mkdir /etc/selinux: read-only file system #8163

Closed Answered by jeffmccune
jeffmccune asked this question in Q&A
Discussion options

You must be logged in to vote

Solved, I set the selinuxMount: false chart value and it solved the problem:

@@ -789,9 +789,6 @@ spec:
           name: host-mount
         - mountPath: /sys
           name: host-sys
-        - mountPath: /etc/selinux
-          name: etc-selinux
-          readOnly: true
         - mountPath: /lib/modules
           name: lib-modules
           readOnly: true
@@ -877,9 +874,6 @@ spec:
       - hostPath:
           path: /sys
         name: host-sys
-      - hostPath:
-          path: /etc/selinux
-        name: etc-selinux
       - hostPath:
           path: /lib/modules
         name: lib-modules
❯ k get daemonsets.apps
NAME                      DESIRED   CURRENT   READY   UP-TO-DATE  …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeffmccune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant