Created
March 6, 2019 23:36
-
-
Save j-griffith/7cc45d1d36b9fcb50de2ac448a4f0522 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doublehaul ➜ demo-manifests kubectl describe vmi | |
| Name: vm-alpine-datavolume | |
| Namespace: default | |
| Labels: kubevirt.io/nodeName=kube-node-1.novalocal | |
| kubevirt.io/vm=vm-alpine-datavolume | |
| Annotations: <none> | |
| API Version: kubevirt.io/v1alpha3 | |
| Kind: VirtualMachineInstance | |
| Metadata: | |
| Creation Timestamp: 2019-03-06T23:31:57Z | |
| Finalizers: | |
| foregroundDeleteVirtualMachine | |
| Generate Name: vm-alpine-datavolume | |
| Generation: 846 | |
| Owner References: | |
| API Version: kubevirt.io/v1alpha3 | |
| Block Owner Deletion: true | |
| Controller: true | |
| Kind: VirtualMachine | |
| Name: vm-alpine-datavolume | |
| UID: e606e400-4067-11e9-b418-fa163e106b54 | |
| Resource Version: 36018 | |
| Self Link: /apis/kubevirt.io/v1alpha3/namespaces/default/virtualmachineinstances/vm-alpine-datavolume | |
| UID: 08ae665a-4068-11e9-b418-fa163e106b54 | |
| Spec: | |
| Domain: | |
| Cpu: | |
| Model: Nahalem | |
| Devices: | |
| Disks: | |
| Disk: | |
| Bus: virtio | |
| Name: datavolumedisk1 | |
| Interfaces: | |
| Bridge: | |
| Name: default | |
| Features: | |
| Acpi: | |
| Enabled: true | |
| Firmware: | |
| Uuid: a4456d6f-feef-56f0-9f07-52039f03c026 | |
| Machine: | |
| Type: q35 | |
| Resources: | |
| Requests: | |
| Memory: 64M | |
| Networks: | |
| Name: default | |
| Pod: | |
| Volumes: | |
| Data Volume: | |
| Name: alpine-dv | |
| Name: datavolumedisk1 | |
| Status: | |
| Conditions: | |
| Last Probe Time: <nil> | |
| Last Transition Time: <nil> | |
| Status: True | |
| Type: LiveMigratable | |
| Interfaces: | |
| Ip Address: 10.244.1.22 | |
| Mac: 52:54:00:e0:8c:10 | |
| Name: default | |
| Migration Method: BlockMigration | |
| Node Name: kube-node-1.novalocal | |
| Phase: Scheduled | |
| Events: | |
| Type Reason Age From Message | |
| ---- ------ ---- ---- ------- | |
| Normal SuccessfulCreate 3m3s virtualmachine-controller Created virtual machine pod virt-launcher-vm-alpine-datavolume-k4sdg | |
| Warning SyncFailed 2m43s (x25 over 2m45s) virt-handler, kube-node-1.novalocal server error. command Launcher.Sync failed: "LibvirtError(Code=1, Domain=31, Message='internal error: Unknown CPU model Nahalem')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment