remche / terraform-openstack-rke2

Deploy Kubernetes on OpenStack with RKE2
Mozilla Public License 2.0
48 stars 29 forks source link

Add additional_configs options. #69

Closed powellchristoph closed 5 months ago

powellchristoph commented 5 months ago

Fixes #67

Adds the ability to include additional config files for rke2 controlplane/servers. Includes example.

I think keeping the manifest options are good as its a documented rke2 feature. I looked through the rke2 server config options and there are several options to add config files so I think this is the most generic version.

remche commented 5 months ago

Thanks for the great quality PR @powellchristoph !