Open d8660091 opened 1 year ago
When deploy EKSA on KVM machines with Tinkerbell, disk is marked as /dev/vda in hardware.csv.
The Tinkerbell action generated would be invalid in this case.
Expected disk of of write-netplan action: /dev/vda2. Actual: /dev/vda
EKSA version: v0.15.1
Related: https://github.com/tinkerbell/tink/blob/187f9a6c181fa1560282b97d2fb4689f48e1e62e/internal/workflow/template_funcs.go#L13
Raised an issue in upstream Tinkerbell as this is currently unsupported as noted in the OP.
https://github.com/tinkerbell/tink/issues/704
Removed bug tag as this isn't a bug, its unsupported.
When deploy EKSA on KVM machines with Tinkerbell, disk is marked as /dev/vda in hardware.csv.
The Tinkerbell action generated would be invalid in this case.
Expected disk of of write-netplan action: /dev/vda2. Actual: /dev/vda
EKSA version: v0.15.1
Related: https://github.com/tinkerbell/tink/blob/187f9a6c181fa1560282b97d2fb4689f48e1e62e/internal/workflow/template_funcs.go#L13