Merge branch 'fix/race-condition'
This commit is contained in:
commit
fae75dafa9
8 changed files with 129 additions and 104 deletions
|
|
@ -8,9 +8,9 @@ metadata:
|
|||
|
||||
spec:
|
||||
image:
|
||||
repository: ghcr.io
|
||||
path: mnlipp/org.jdrupes.vmoperator.runner.qemu-alpine
|
||||
version: latest
|
||||
# source: ghcr.io/mnlipp/org.jdrupes.vmoperator.runner.qemu-arch:3.3.1
|
||||
# source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing
|
||||
source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:feature-pools
|
||||
pullPolicy: Always
|
||||
|
||||
permissions:
|
||||
|
|
@ -31,8 +31,8 @@ spec:
|
|||
bootMenu: true
|
||||
maximumCpus: 4
|
||||
currentCpus: 2
|
||||
maximumRam: 4Gi
|
||||
currentRam: 3Gi
|
||||
maximumRam: 6Gi
|
||||
currentRam: 4Gi
|
||||
|
||||
networks:
|
||||
# No bridge on TC1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# Note that this script requires "jq" to be installed and a version
|
||||
# of loginctl that accepts the "-j" option.
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
case "$1" in
|
||||
--path) shift; ttyPath="$1";;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue