Skip to content

Commit 57f801a

Browse files
marseeljoamaki
authored andcommitted
Disable host firewall bypass by default
As we have seen suspicious connectivity problems with k8s apiserver since merging cilium#40346 let's disable it for time being to see if it resolves problems in CI. Related: cilium#40682 Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
1 parent e27536d commit 57f801a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/k8s/hostfirewallbypass/cell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var Cell = cell.Module(
1515
"Kubernetes host firewall bypass",
1616

1717
cell.Config(Params{
18-
EnableK8sHostFirewallBypass: true,
18+
EnableK8sHostFirewallBypass: false,
1919
}),
2020
cell.Provide(NewK8sHostFirewallBypass),
2121
)

0 commit comments

Comments
 (0)