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

adds makefile to support dynamically adding from template new region … #7

Closed jmarhee closed 5 years ago

jmarhee commented 5 years ago

…clusters to supplement a primary region defined by user in 2-clusters.tf on clone

This adds a Makefile that will allow users to define, from template, clusters using a CLI, rather than copy-pasting cluster definitions, ensuring uniformity in top-level vars like node pool size, server sizes, etc. A little neater tha the manual approach (which is still supported, but now abstracted from use if desired).