Skip to content

Commit

Permalink
BUGFIX: fix init-fuse init container privileged mode (fluid-cloudnati…
Browse files Browse the repository at this point in the history
…ve#2816)

Signed-off-by: dongyun.xzh <[email protected]>
  • Loading branch information
TrafalgarZZZ authored Mar 30, 2023
1 parent 24ab713 commit 03d8f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ddc/eac/sessmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ func (s *SessMgrInitializer) deploySessMgr(ctx context.Context, config config) e
"false",
"none",
},
SecurityContext: &corev1.SecurityContext{
Privileged: utilpointer.Bool(true),
},
VolumeMounts: []corev1.VolumeMount{
{
MountPath: "/etc/host-os-release",
Expand Down

0 comments on commit 03d8f04

Please sign in to comment.