terraform-proxmox-k3s icon indicating copy to clipboard operation
terraform-proxmox-k3s copied to clipboard

Feature: Ability to add server and worker k3s additional args

Open mannp opened this issue 3 years ago • 1 comments

The ability to add k3s server and worker additional arguments allows more flexibility in the creation of the cluster.

"k3s_extra_server_args" -> Ref: https://rancher.com/docs/k3s/latest/en/installation/install-options/server-config/

"k3s_extra_worker_args" -> Ref: https://rancher.com/docs/k3s/latest/en/installation/install-options/agent-config/

Think I messed up in the previous PR, can separate the changes if they are agreeable :)

mannp avatar May 13 '22 14:05 mannp

@fvumbaca I've made some changes, see what you think.

mannp avatar May 16 '22 18:05 mannp