Improve logging.
This commit is contained in:
parent
6310c7fb82
commit
3e2a5af6fd
4 changed files with 3 additions and 3 deletions
41
example/local-path/test-vm.yaml
Normal file
41
example/local-path/test-vm.yaml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
apiVersion: "vmoperator.jdrupes.org/v1"
|
||||
kind: VirtualMachine
|
||||
metadata:
|
||||
namespace: vmop-demo
|
||||
name: test-vm
|
||||
spec:
|
||||
|
||||
image:
|
||||
# Defaults:
|
||||
# repository: ghcr.io
|
||||
# path: mnlipp/org.jdrupes.vmoperator.runner.qemu-arch
|
||||
# version: latest
|
||||
pullPolicy: Always
|
||||
|
||||
vm:
|
||||
maximumCpus: 4
|
||||
currentCpus: 3
|
||||
maximumRam: "8 GiB"
|
||||
currentRam: "4 GiB"
|
||||
|
||||
networks:
|
||||
- tap: {}
|
||||
|
||||
disks:
|
||||
- volumeClaimTemplate:
|
||||
metadata:
|
||||
name: test-vm-system
|
||||
spec:
|
||||
storageClassName: ""
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: vmrunner
|
||||
app.kubernetes.io/instance: test-vm
|
||||
vmrunner.jdrupes.org/disk: system
|
||||
resources:
|
||||
requests:
|
||||
storage: 40Gi
|
||||
|
||||
display:
|
||||
spice:
|
||||
port: 5910
|
||||
Loading…
Add table
Add a link
Reference in a new issue