Skip to content

Commit

Permalink
hcloud: k3s - remove with-node-id
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Aug 16, 2023
1 parent 3319682 commit 44c9cb7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hosts/nixos-hcloud-k3s-agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ token-file = "/run/agenix/k3s-token"
flannel-iface = "tailscale0"
node-ip = "$(get-iface-ip tailscale0)"
node-external-ip = "$(get-iface-ip eth0)"
with-node-id = true
kubelet-arg.max-pods = 62
node-label."svccontroller.k3s.cattle.io/enablelb" = "true"
node-label."topology.kubernetes.io/region" = "hetzner"
Expand Down
1 change: 0 additions & 1 deletion hosts/nixos-hcloud-k3s-master-init.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ token-file = "/run/agenix/k3s-token"
flannel-iface = "tailscale0"
node-ip = "$(get-iface-ip tailscale0)"
node-external-ip = "$(get-iface-ip eth0)"
with-node-id = true
advertise-address = "$(get-iface-ip tailscale0)"
cluster-cidr = "10.128.128.0/21"
service-cidr = "10.129.128.0/22"
Expand Down
1 change: 0 additions & 1 deletion hosts/nixos-hcloud-k3s-master.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ token-file = "/run/agenix/k3s-token"
flannel-iface = "tailscale0"
node-ip = "$(get-iface-ip tailscale0)"
node-external-ip = "$(get-iface-ip eth0)"
with-node-id = true
advertise-address = "$(get-iface-ip tailscale0)"
cluster-cidr = "10.128.128.0/21"
service-cidr = "10.129.128.0/22"
Expand Down

0 comments on commit 44c9cb7

Please sign in to comment.