This message was deleted.
# elemental
a
This message was deleted.
f
Hello there, did you follow the quickstart guide from the documentation? Does your machine boot from the iso and does the installation complete successfully? It should reboot to an active system once it's done
v
Yes, I am able to boot machine from the iso that I have created using elemental-toolkit. Next, I have to deploy K3S + Fleet + System Upgrade Controller over a Elemental. I am bit confused in this step.
f
There should no need to deploy it manually, if you look at the sample
Cluster
configuration on the quickstart guide, you should find something like:
Copy code
kind: Cluster
apiVersion: <http://provisioning.cattle.io/v1|provisioning.cattle.io/v1>
metadata:
  name: volcano
  namespace: fleet-default
spec:
  rkeConfig:
    machineGlobalConfig:
      etcd-expose-metrics: false
      profile: null
    machinePools:
      - controlPlaneRole: true
        etcdRole: true
        machineConfigRef:
          apiVersion: <http://elemental.cattle.io/v1beta1|elemental.cattle.io/v1beta1>
          kind: MachineInventorySelectorTemplate
          name: fire-machine-selector
        name: fire-pool
        quantity: 1
        unhealthyNodeTimeout: 0s
        workerRole: true
    machineSelectorConfig:
      - config:
          protect-kernel-defaults: false
    registries: {}
  kubernetesVersion: v1.24.8+k3s1
This should lead to the generation of a bootstrap plan that the machines part of this cluster will execute to install k3s
v
Hey, @fast-bear-60513 the issue is resolved. Thank you for your valuable response.
👍 1
f
No problem at all, thank you for reaching out!