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 am testing Kruise on RKE2, version 1.24.
The pods created by kruise-daemon daemonset can't start by default, giving a permission denied error while accessing the containerd socket.
Adding
securityContext:
privileged: true
to the daemonset manifest solves the issue.
Is this expected behaviour, and if yes, would it be possible to add this parameter to the chart values and templates?
The text was updated successfully, but these errors were encountered:
I am testing Kruise on RKE2, version 1.24.
The pods created by
kruise-daemon
daemonset can't start by default, giving apermission denied
error while accessing the containerd socket.Adding
to the daemonset manifest solves the issue.
Is this expected behaviour, and if yes, would it be possible to add this parameter to the chart values and templates?
The text was updated successfully, but these errors were encountered: