-
Notifications
You must be signed in to change notification settings - Fork 3
/
vm_windows.yml
64 lines (64 loc) · 1.56 KB
/
vm_windows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachine
metadata:
annotations:
name.os.template.kubevirt.io/win2k12r2: Microsoft Windows Server 2012 R2
labels:
flavor.template.kubevirt.io/large: "true"
kubevirt.io/os: win2k12r2
os.template.kubevirt.io/win2k12r2: "true"
template.kubevirt.ui: openshift_win2k12r2-generic-large
vm.kubevirt.io/template: win2k12r2-generic-large
workload.template.kubevirt.io/generic: "true"
app: windows-app-server
name: windows-app-server
spec:
running: true
template:
metadata:
labels:
vm.kubevirt.io/name: windows-app-server
spec:
domain:
clock:
timer:
hpet:
present: false
hyperv: {}
pit:
tickPolicy: delay
rtc:
tickPolicy: catchup
utc: {}
devices:
disks:
- disk:
bus: sata
name: pvcvolume
interfaces:
- bridge: {}
model: e1000
name: default
features:
acpi: {}
apic: {}
hyperv:
relaxed: {}
spinlocks:
spinlocks: 8191
vapic: {}
firmware:
uuid: 5d307ca9-b3ef-428c-8861-06e72d69f223
machine:
type: q35
resources:
requests:
memory: 8192M
networks:
- name: default
pod: {}
terminationGracePeriodSeconds: 0
volumes:
- name: pvcvolume
persistentVolumeClaim:
claimName: windows