Skip to content

Commit

Permalink
Merge pull request #36 from cncf-tags/enable-traefik
Browse files Browse the repository at this point in the history
Enable traefik ingress controller
  • Loading branch information
rossf7 committed Jan 24, 2024
2 parents fbc39f9 + e1f7814 commit 5f6a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/equinix-metal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "equinix_metal_device" "control_plane" {

provisioner "remote-exec" {
inline = [
"curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=${var.k3s_version} K3S_TOKEN=${var.k3s_token} sh -s - server --node-taint node-role.kubernetes.io/control-plane=:NoSchedule --flannel-backend=none --disable-network-policy --disable=traefik",
"curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=${var.k3s_version} K3S_TOKEN=${var.k3s_token} sh -s - server --node-taint node-role.kubernetes.io/control-plane=:NoSchedule --flannel-backend=none --disable-network-policy",
"systemctl is-active --quiet k3s.service",
]
}
Expand Down

0 comments on commit 5f6a2ea

Please sign in to comment.