Commit db33eee
Fix circular dependency with Hetzner CCM Helm deployment and Cilium CNI
Fixes #1879
When using Hetzner CCM via Helm with Cilium CNI, the Cilium operator pods
couldn't schedule due to a circular dependency:
- CCM pods needed CNI network to start (without hostNetwork)
- Cilium needed CCM to initialize nodes first
This fix adds `hostNetwork: true` to the Hetzner CCM Helm values,
aligning the Helm deployment behavior with the working customization
method. This allows CCM to start using host networking before CNI is
ready, breaking the circular dependency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent e612af8 commit db33eee
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
596 | 597 | | |
597 | 598 | | |
598 | 599 | | |
| |||
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
| 705 | + | |
| 706 | + | |
704 | 707 | | |
705 | 708 | | |
706 | 709 | | |
| |||
0 commit comments