equinix-labs / terraform-equinix-metal-k3s

Manage K3s (k3s.io) region clusters on Equinix Metal
https://registry.terraform.io/modules/equinix/k3s/metal/latest?tab=readme
Apache License 2.0
46 stars 15 forks source link

Module standards #47

Closed displague closed 3 years ago

displague commented 3 years ago

Fixes #46

displague commented 3 years ago

I should pause here with these changes before I get too carried away.

In my local changes I've started trying to find ways to change the way k3s is installed, which parameters are sent to it. I don't think the current curl | sh works, it doesn't match the upstream recommendation and when I tried it by hand nothing happened. I think the sh -s is needed, but I haven't check into why. I just started running away with more customizations :-)

I'd like to see the k3s installer take advantage of the native networking more, rather than running an encapsulated VLAN.

displague commented 3 years ago

Merging these changes to clear the path for packet-labs org to be cleared.