Skip to content

Commit

Permalink
Merge pull request #801 from SchSeba/fix_k8s_ci_virtual_cluster
Browse files Browse the repository at this point in the history
Fix k8s CI
  • Loading branch information
adrianchiris authored Oct 29, 2024
2 parents 8d9e8da + df1407d commit 09a3af9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hack/run-e2e-conformance-virtual-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,22 @@ WantedBy=default.target' > /etc/systemd/system/disable-offload.service
systemctl daemon-reload
systemctl enable --now disable-offload
echo '[Unit]
Description=load br_netfilter
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "modprobe br_netfilter"
StandardOutput=journal+console
StandardError=journal+console
[Install]
WantedBy=default.target' > /etc/systemd/system/load-br-netfilter.service
systemctl daemon-reload
systemctl enable --now load-br-netfilter
systemctl restart NetworkManager
EOF
Expand Down

0 comments on commit 09a3af9

Please sign in to comment.