elemental: Not able to launch VM from the elemental Teal iso , Stucking on this "done executing stage 'network.after' "
What steps did you take and what happened: first I have create VM on hyper-v with the ubuntu iso, then follow the ### https://elemental.docs.rancher.com/quickstart/ prequiste steps and configured the rancher server . Rancher is running up and fine and we have created the elemental iso as per documentation. But when I am creating the new VM using that ISO, it is stucking on the below part, please find the image below for the elemental logs.
What did you expect to happen: I am expecting to launch the VM using this elemental teal iso and should be able to see this on the rancher dashboard
Anything else you would like to add: NA
Environment:
- Elemental release version (use
cat /etc/os-release
):SLE MICRO - 5.3 - Rancher version: 2.7.1
- K3s version: v1.24
- hardware configuration: Ubuntu-22.04 running on Hyper-V
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (4 by maintainers)
This is fine, in red is the k3s version of your management cluster and in yellow there is the version to deploy over the downstream node, they can be different, this is not a problem. Have you labeled the MachineInventory so the selector can actually match it? If you copied & paste the selector from the quick start guide you will see there is a
matchExpression
field. This is the criteria to match the machine invetory for the cluster, so forthat means your machine inventory requires the
location: europe
label to actually match and start the provisioning.@kkaempf @agracey @davidcassany Thanks all of you for your contribution. I appreciate your help.