Created
May 24, 2022 19:38
-
-
Save awels/60b333d5270647418f9670060749215c 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
| [awels@awels kubevirt]$ k get vmi | |
| selecting docker as container runtime | |
| NAME AGE PHASE IP NODENAME READY | |
| vm-cirros 3s Scheduling False | |
| [awels@awels kubevirt]$ k describe vmi vm-cirros | |
| selecting docker as container runtime | |
| Name: vm-cirros | |
| Namespace: default | |
| Labels: kubevirt.io/nodeName=node01 | |
| kubevirt.io/vm=vm-cirros | |
| Annotations: kubevirt.io/latest-observed-api-version: v1 | |
| kubevirt.io/storage-observed-api-version: v1alpha3 | |
| API Version: kubevirt.io/v1 | |
| Kind: VirtualMachineInstance | |
| Metadata: | |
| Creation Timestamp: 2022-05-24T19:37:15Z | |
| Finalizers: | |
| kubevirt.io/virtualMachineControllerFinalize | |
| foregroundDeleteVirtualMachine | |
| Generation: 9 | |
| Managed Fields: | |
| API Version: kubevirt.io/v1alpha3 | |
| Fields Type: FieldsV1 | |
| fieldsV1: | |
| f:metadata: | |
| f:annotations: | |
| .: | |
| f:kubevirt.io/latest-observed-api-version: | |
| f:kubevirt.io/storage-observed-api-version: | |
| f:finalizers: | |
| .: | |
| v:"kubevirt.io/virtualMachineControllerFinalize": | |
| f:labels: | |
| .: | |
| f:kubevirt.io/nodeName: | |
| f:kubevirt.io/vm: | |
| f:ownerReferences: | |
| .: | |
| k:{"uid":"45f2d3ac-7507-444b-869c-b656639a444d"}: | |
| f:spec: | |
| .: | |
| f:domain: | |
| .: | |
| f:devices: | |
| .: | |
| f:disks: | |
| f:firmware: | |
| .: | |
| f:uuid: | |
| f:machine: | |
| .: | |
| f:type: | |
| f:resources: | |
| .: | |
| f:requests: | |
| .: | |
| f:memory: | |
| f:terminationGracePeriodSeconds: | |
| f:volumes: | |
| f:status: | |
| .: | |
| f:activePods: | |
| .: | |
| f:6e9249dc-fc84-4dc6-b77b-8842d2605603: | |
| f:conditions: | |
| f:guestOSInfo: | |
| f:interfaces: | |
| f:launcherContainerImageVersion: | |
| f:migrationMethod: | |
| f:migrationTransport: | |
| f:nodeName: | |
| f:phase: | |
| f:phaseTransitionTimestamps: | |
| f:qosClass: | |
| f:runtimeUser: | |
| f:virtualMachineRevisionName: | |
| f:volumeStatus: | |
| Manager: Go-http-client | |
| Operation: Update | |
| Time: 2022-05-24T19:37:20Z | |
| Owner References: | |
| API Version: kubevirt.io/v1 | |
| Block Owner Deletion: true | |
| Controller: true | |
| Kind: VirtualMachine | |
| Name: vm-cirros | |
| UID: 45f2d3ac-7507-444b-869c-b656639a444d | |
| Resource Version: 369472 | |
| UID: a16893cd-ccbf-4504-a7b3-836d5bd9bf83 | |
| Spec: | |
| Domain: | |
| Cpu: | |
| Cores: 1 | |
| Model: host-model | |
| Sockets: 1 | |
| Threads: 1 | |
| Devices: | |
| Disks: | |
| Disk: | |
| Bus: virtio | |
| Name: containerdisk | |
| Disk: | |
| Bus: virtio | |
| Name: cloudinitdisk | |
| Interfaces: | |
| Bridge: | |
| Name: default | |
| Features: | |
| Acpi: | |
| Enabled: true | |
| Firmware: | |
| Uuid: 0d2a2043-41c0-59c3-9b17-025022203668 | |
| Machine: | |
| Type: q35 | |
| Resources: | |
| Requests: | |
| Memory: 128Mi | |
| Networks: | |
| Name: default | |
| Pod: | |
| Termination Grace Period Seconds: 0 | |
| Volumes: | |
| Container Disk: | |
| Image: registry:5000/kubevirt/cirros-container-disk-demo:devel | |
| Image Pull Policy: IfNotPresent | |
| Name: containerdisk | |
| Cloud Init No Cloud: | |
| User Data: #!/bin/sh | |
| echo 'printed from cloud-init userdata' | |
| Name: cloudinitdisk | |
| Status: | |
| Active Pods: | |
| 6e9249dc-fc84-4dc6-b77b-8842d2605603: node01 | |
| Conditions: | |
| Last Probe Time: <nil> | |
| Last Transition Time: 2022-05-24T19:37:19Z | |
| Status: True | |
| Type: Ready | |
| Last Probe Time: <nil> | |
| Last Transition Time: <nil> | |
| Message: cannot migrate VMI which does not use masquerade to connect to the pod network | |
| Reason: InterfaceNotLiveMigratable | |
| Status: False | |
| Type: LiveMigratable | |
| Guest OS Info: | |
| Interfaces: | |
| Info Source: domain | |
| Ip Address: 10.244.196.169 | |
| Ip Addresses: | |
| 10.244.196.169 | |
| fd10:244::c4a5 | |
| Mac: 7a:72:0e:92:38:87 | |
| Name: default | |
| Launcher Container Image Version: registry:5000/kubevirt/virt-launcher@sha256:3bce8a4b3f9e048c2312f4b41d716f86607541a82a5450324816b5a881a0cceb | |
| Migration Method: BlockMigration | |
| Migration Transport: Unix | |
| Node Name: node01 | |
| Phase: Running | |
| Phase Transition Timestamps: | |
| Phase: Pending | |
| Phase Transition Timestamp: 2022-05-24T19:37:15Z | |
| Phase: Scheduling | |
| Phase Transition Timestamp: 2022-05-24T19:37:15Z | |
| Phase: Scheduled | |
| Phase Transition Timestamp: 2022-05-24T19:37:19Z | |
| Phase: Running | |
| Phase Transition Timestamp: 2022-05-24T19:37:20Z | |
| Qos Class: Burstable | |
| Runtime User: 0 | |
| Virtual Machine Revision Name: revision-start-vm-45f2d3ac-7507-444b-869c-b656639a444d-2 | |
| Volume Status: | |
| Name: cloudinitdisk | |
| Size: 1048576 | |
| Target: vdb | |
| Name: containerdisk | |
| Target: vda | |
| Events: | |
| Type Reason Age From Message | |
| ---- ------ ---- ---- ------- | |
| Normal SuccessfulCreate 11s virtualmachine-controller Created virtual machine pod virt-launcher-vm-cirros-qq878 | |
| Normal Created 6s virt-handler VirtualMachineInstance defined. | |
| Normal Started 6s virt-handler VirtualMachineInstance started. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment