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
I found that I could temporarily solve issues by repeatedly running this command until the pods stabilized, but this of course is not a solution so much as a method for diagnosis:
I was also able to solve it by adding seLinuxOptions: to my helm chart that fixed the container's category label (e.g., s0:c248,c366).
In this comment, another user solved it by creating an additional set of permissions. It would be my hope that they could be adapted for use in this module.
see: rancher/local-path-provisioner#362
The rules in this module are not sufficient for
local-path-provisioner
; I'm seeing errors such as this:I found that I could temporarily solve issues by repeatedly running this command until the pods stabilized, but this of course is not a solution so much as a method for diagnosis:
I was also able to solve it by adding
seLinuxOptions:
to my helm chart that fixed the container's category label (e.g.,s0:c248,c366
).In this comment, another user solved it by creating an additional set of permissions. It would be my hope that they could be adapted for use in this module.
rancher/local-path-provisioner#362 (comment)
Thank you for the great work!
The text was updated successfully, but these errors were encountered: