diff --git a/Examples/elemental.cattle.io/v1beta1/MachineRegistration.yaml b/Examples/elemental.cattle.io/v1beta1/MachineRegistration.yaml index 199a3e6c5..d03adc41c 100644 --- a/Examples/elemental.cattle.io/v1beta1/MachineRegistration.yaml +++ b/Examples/elemental.cattle.io/v1beta1/MachineRegistration.yaml @@ -4,11 +4,19 @@ metadata: name: test-machine spec: config: - data: + cloud-config: + users: + - name: root + passwd: password + # add your custom cloud-config snippets to customize your system write_files: - content: V2h5IGFyZSB5b3UgY2hlY2tpbmcgdGhpcz8K - encoding: b64 + - content: V2h5IGFyZSB5b3UgY2hlY2tpbmcgdGhpcz8K + encoding: b64 + path: /etc/custom.file elemental: install: + reboot: true device: /dev/vda iso: https://something.example.com + machineInventoryLabels: + clusterName: test