]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rook: Use sg to run minikube in bootstrap-rook-cluster
authorDavid Galloway <david.galloway@ibm.com>
Thu, 26 Mar 2026 13:46:09 +0000 (09:46 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 26 Mar 2026 17:03:20 +0000 (13:03 -0400)
commit0ae05bc41af2974f0b7f33c6da148b94e3698a49
tree519f226980f499a0af06aa061504f1599a3c8a40
parent22fe98ca559df58120ecb5dfb38c6d8ed224a429
mgr/rook: Use sg to run minikube in bootstrap-rook-cluster

`newgrp libvirt` doesn't work as expected in a non-interactive script. It spawns a subshell, that subshell exits, and execution continues in the original shell without the group applied.

Signed-off-by: David Galloway <david.galloway@ibm.com>
src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh