Use tokens in k0sDownloadURL and file sources
mainWhen using k0sDownloadURL or spec.hosts[*].files[*].src, you can use tokens that k0sctl expands based on host information:
%%: Literal%character.%p: Host architecture (e.g.,amd64,arm64).%v: k0s version (e.g.,v1.21.0+k0s.0).%x: k0s binary extension (.exeon Windows, empty elsewhere).
k0sDownloadURL: https://files.example.com/k0s-%v-%p%x
# Expands to: https://files.example.com/k0s-v1.21.0+k0s.0-amd64