Skip to content

Commit

Permalink
Merge pull request #131 from N7KnightOne/master
Browse files Browse the repository at this point in the history
fix--multi_server-install
  • Loading branch information
xunleii authored Aug 3, 2023
2 parents b7cd342 + d23396f commit af32225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server_nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ locals {
"--node-ip ${server.ip}",
"--node-name '${try(server.name, key)}'",
"--server https://${local.root_advertise_ip_k3s}:6443",
"--cluster-domain '${var.cluster_domain}'",
"--cluster-cidr ${var.cidr.pods}",
"--service-cidr ${var.cidr.services}",
"--token ${random_password.k3s_cluster_secret.result}",
Expand Down

0 comments on commit af32225

Please sign in to comment.