This message was deleted.
# harvester
a
This message was deleted.
f
Need install qemu-guest-agent in vm to report IP to kubevirt
l
hmm, I worried that the problem is the VM did not get an IP assigned, from serial console log, I could see the VM tried to talk to some internet hostnames but failed. How could I verify that this new VM got assigned an IP correctly in Harvester K8S command prompt via kubectl command? If the VM did not get an IP assigned correctly, it won’t be able to install the package even inside on-prem network.
f
You can check the status of vm instance via
kubectl get vmi
l
VM status is
Ready=True
, but in this command output, the
IP
field is showing up as empty. I tried
kubectl describe vmi my_vm_name_here | grep -E -i '(ip|add)'
, and there’s no output. Is this expected?
f
What is the vlanid in your vm network?or maybe you can try the https://docs.harvesterhci.io/v1.1/networking/harvester-network#untagged-network
l
vlanid is 450. Does a particular vlanid matter in this case? The vlan is tagged vlan, so untagged vlan won’t help.
@full-plastic-79795: any other suggestions?