Skip to content

Commit 3b99188

Browse files
authored
Merge pull request #1885 from kube-hetzner/fix/issue-1879-ccm-helm-hostnetwork
Fix circular dependency with Hetzner CCM Helm deployment and Cilium CNI
2 parents e612af8 + db33eee commit 3b99188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

locals.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ hubble:
593593
%{endfor~}
594594
%{endif~}
595595
596+
596597
MTU: 1450
597598
EOT
598599

@@ -701,6 +702,8 @@ env:
701702
value: "${!local.using_klipper_lb}"
702703
HCLOUD_LOAD_BALANCERS_DISABLE_PRIVATE_INGRESS:
703704
value: "true"
705+
# Use host network to avoid circular dependency with CNI
706+
hostNetwork: true
704707
EOT
705708

706709
haproxy_values = var.haproxy_values != "" ? var.haproxy_values : <<EOT

0 commit comments

Comments
 (0)