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. image

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)

Most upvoted comments

I can see on the Rancher dashboard, there is the difference in the version of K3s , might this cause any issue… please let me know. As on the top of this(v1.23.16+k3s1) , we have created the kubernetes resources and created the elemental teal iso.

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 for

matchExpressions:
          - key: location
            operator: In
            values: [ 'europe' ]

that 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.