garutilorenzo / k3s-aws-terraform-cluster

Deploy an high available K3s cluster on Amazon AWS
GNU General Public License v3.0
150 stars 39 forks source link

k3s agent and addvertise-address #10

Open golem1987 opened 3 months ago

golem1987 commented 3 months ago

it looks that on agent(worker) node we need cannot use --advertise-address flag anymore

https://docs.k3s.io/kr/cli/agent

garutilorenzo commented 3 months ago

This seems a copy/paste error. Checking doc history --advertise-address parameter was never available for the worker. I think this is not a problem since I had tested the code many times. I will remove it in a future release