Skip to content

Commit 3f9d4dc

Browse files
committed
Merge remote-tracking branch 'origin/main' into k0s-1-30
2 parents ba74652 + 0bbc1d3 commit 3f9d4dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,12 @@ jobs:
526526
password: ${{ secrets.DOCKERHUB_PASSWORD }}
527527
- name: Free up runner disk space
528528
uses: ./.github/actions/free-disk-space
529+
- name: Enable required kernel modules
530+
run: |
531+
sudo modprobe overlay
532+
sudo modprobe ip_tables
533+
sudo modprobe br_netfilter
534+
sudo modprobe nf_conntrack
529535
- name: Run test
530536
env:
531537
SHORT_SHA: ${{ github.ref_name }}

0 commit comments

Comments
 (0)