We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfa4f72 + c10773a commit b0e1daaCopy full SHA for b0e1daa
.github/workflows/k3s-flannel-ubuntu-22.yml
@@ -14,7 +14,7 @@ jobs:
14
name: k3s-flannel-sanity-ubuntu-22
15
runs-on: ubuntu-22.04
16
steps:
17
- - run: sudo apt update
+ - run: sudo apt update && sudo apt -y install bridge-utils lksctp-tools
18
- run: |
19
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
20
- uses: actions/checkout@v2
.github/workflows/k3s-flannel.yml
name: k3s-flannel-sanity
runs-on: ubuntu-latest
0 commit comments