ebesson / ansible-role-k3s

Ansible Role - k3s Lightweight Kubernetes - https://galaxy.ansible.com/ebesson/k3s
Apache License 2.0
7 stars 2 forks source link

Add binary checksum verification on download #14

Closed jpraczyk closed 4 years ago

jpraczyk commented 4 years ago

I was hoping that implementing that would be really simple, but I haven't been able to figure out an elegant solution, due to the file naming differences in k3s, e.g. the amd64 binary is simply named k3s but the checksum file name is sha256sum-amd64. Due to that I've had to add yet another helper variable for checksum file naming.