Skip to content

Commit 55543dd

Browse files
committed
chore: added logging
1 parent 8f9f056 commit 55543dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ func getMinikubeOptions() e2e.MinikubeOpts {
10371037
mOpts = mOpts.WithDriver("kvm2")
10381038
}
10391039
mOpts.AfterStart(func(m *e2e.Minikube) error {
1040+
log.Info().Msg("remounting cgroup2 to allow cgroup2 attacks")
10401041
return m.SshExec("sudo", "mount", "-o", "remount,rw,nosuid,nodev,noexec,relatime", "-t", "cgroup2", "none", "/sys/fs/cgroup").Run()
10411042
})
10421043
return mOpts

0 commit comments

Comments
 (0)