Skip to content

Commit

Permalink
Lets try with privileged
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Jun 18, 2024
1 parent 3b07ae1 commit e714fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ func (c *Cluster) createMachineRunArgs(machine *Machine, name string, i int) []s
runArgs = append(runArgs, "-p", publish)
}

if machine.spec.Privileged {
runArgs = append(runArgs, "--privileged")
}
// if machine.spec.Privileged {
runArgs = append(runArgs, "--privileged")
// }

if len(machine.spec.Networks) > 0 {
network := machine.spec.Networks[0]
Expand Down

0 comments on commit e714fa3

Please sign in to comment.