openkruise / charts

OpenKruise Helm Charts.
Apache License 2.0
9 stars 29 forks source link

kruise-daemon pods permission issues #49

Open akelge opened 1 year ago

akelge commented 1 year ago

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?