adamant-kite-43734
08/10/2023, 10:12 AMfast-bear-60513
08/10/2023, 2:57 PMvictorious-dog-81595
08/11/2023, 5:28 AMfast-bear-60513
08/11/2023, 6:12 AMCluster
configuration on the quickstart guide, you should find something like:
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 k3svictorious-dog-81595
08/11/2023, 6:49 AMfast-bear-60513
08/11/2023, 7:00 AM