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

Added support for RPi3B+ (armv7l) #12

Closed wabuMike closed 4 years ago

wabuMike commented 4 years ago

Architecture for Raspberry Pi 3 Model B+ is armv7l. My current workaround is to overwrite k3s_binary_map in group_vars. A merge of this change would make this playbook run without having to overwrite variables.