Created
March 7, 2019 15:35
-
-
Save j-griffith/8928bdb6006fc67bcdb6a3a0b3f999b1 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 ➜ ~ kubectl describe vmi | |
| Name: vm-alpine-datavolume | |
| Namespace: default | |
| Labels: kubevirt.io/migrationTargetNodeName=kube-3.novalocal | |
| kubevirt.io/nodeName=kube-2.novalocal | |
| kubevirt.io/vm=vm-alpine-datavolume | |
| Annotations: <none> | |
| API Version: kubevirt.io/v1alpha3 | |
| Kind: VirtualMachineInstance | |
| Metadata: | |
| Creation Timestamp: 2019-03-07T15:16:34Z | |
| Finalizers: | |
| foregroundDeleteVirtualMachine | |
| Generate Name: vm-alpine-datavolume | |
| Generation: 11 | |
| Owner References: | |
| API Version: kubevirt.io/v1alpha3 | |
| Block Owner Deletion: true | |
| Controller: true | |
| Kind: VirtualMachine | |
| Name: vm-alpine-datavolume | |
| UID: b435b3c3-40eb-11e9-bde3-fa163e4aaadf | |
| Resource Version: 12610 | |
| Self Link: /apis/kubevirt.io/v1alpha3/namespaces/default/virtualmachineinstances/vm-alpine-datavolume | |
| UID: fecdf14a-40eb-11e9-bde3-fa163e4aaadf | |
| Spec: | |
| Domain: | |
| Cpu: | |
| Model: SandyBridge | |
| 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 | |
| Last Probe Time: <nil> | |
| Last Transition Time: 2019-03-07T15:18:20Z | |
| Status: True | |
| Type: Ready | |
| Interfaces: | |
| Ip Address: 10.244.1.43 | |
| Mac: 0a:58:0a:f4:01:2b | |
| Name: default | |
| Migration Method: BlockMigration | |
| Migration State: | |
| Migration UID: 7e96feda-40ec-11e9-bde3-fa163e4aaadf | |
| Source Node: kube-2.novalocal | |
| Start Timestamp: 2019-03-07T15:21:50Z | |
| Target Direct Migration Node Ports: | |
| 34151: 0 | |
| 36889: 49152 | |
| 37659: 49153 | |
| Target Node: kube-3.novalocal | |
| Target Node Address: 10.244.2.37 | |
| Target Node Domain Detected: true | |
| Target Pod: virt-launcher-vm-alpine-datavolume-hg5jl | |
| Node Name: kube-2.novalocal | |
| Phase: Running | |
| Events: | |
| Type Reason Age From Message | |
| ---- ------ ---- ---- ------- | |
| Normal SuccessfulCreate 18m virtualmachine-controller Created virtual machine pod virt-launcher-vm-alpine-datavolume-2wxkl | |
| Normal Started 16m virt-handler, kube-2.novalocal VirtualMachineInstance started. | |
| Normal Created 12m (x5 over 16m) virt-handler, kube-2.novalocal VirtualMachineInstance defined. | |
| Normal PreparingTarget 12m virt-handler, kube-3.novalocal Migration Target is listening at 10.244.2.37, on ports: 37659,34151,36889 | |
| Normal PreparingTarget 12m (x10 over 12m) virt-handler, kube-3.novalocal VirtualMachineInstance Migration Target Prepared. | |
| Normal Migrating 12m (x5 over 12m) virt-handler, kube-2.novalocal VirtualMachineInstance is migrating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment