Skip to content

Commit b0e1daa

Browse files
Merge pull request #524 from TrekkieCoder/main
BFD Implementation - changes for cicd scripts
2 parents dfa4f72 + c10773a commit b0e1daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/k3s-flannel-ubuntu-22.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: k3s-flannel-sanity-ubuntu-22
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- run: sudo apt update
17+
- run: sudo apt update && sudo apt -y install bridge-utils lksctp-tools
1818
- run: |
1919
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
2020
- uses: actions/checkout@v2

.github/workflows/k3s-flannel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: k3s-flannel-sanity
1515
runs-on: ubuntu-latest
1616
steps:
17-
- run: sudo apt update
17+
- run: sudo apt update && sudo apt -y install bridge-utils lksctp-tools
1818
- run: |
1919
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)