Skip to content

Commit 099acca

Browse files
authored
fix(cilium): update MTU configuration in HelmRelease (#956)
* fix(cilium): set MTU value to 1500 in HelmRelease configuration Signed-off-by: Nikolai Emil Damm <[email protected]> * fix(cilium): remove TODO comment regarding MTU issue in HelmRelease configuration Signed-off-by: Nikolai Emil Damm <[email protected]> * fix(cilium): clarify TODO comment regarding MTU setting in HelmRelease configuration Signed-off-by: Nikolai Emil Damm <[email protected]> --------- Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 849b37b commit 099acca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

k8s/distributions/talos/infrastructure/controllers/cilium/patches/helm-release-patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ spec:
3131
hostRoot: /sys/fs/cgroup
3232
k8sServiceHost: localhost
3333
k8sServicePort: 7445
34+
# TODO: Remove MTU setting when the following issue is fixed: https://github.com/cilium/cilium/issues/37529
35+
MTU: 1500

0 commit comments

Comments
 (0)