Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TrekkieCoder/loxilb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Oct 3, 2023
2 parents e52e70c + fbde72c commit 80654cc
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/k0s-weave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-runner:
name: k0s-weave-sanity
runs-on: self-hosted
if: github.repository == 'TrekkieCoder/loxilb'
if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
steps:
- name: Checkout
Expand All @@ -28,17 +28,9 @@ jobs:
run: |
echo "KUBECONFIG=/var/lib/k0s/pki/admin.conf" >> $GITHUB_ENV
- name: Setup lo
run: sudo ip addr add 192.169.20.59/32 dev lo
run: sudo ip addr add 192.169.20.59/32 dev lo || true
- name: Setup Packages
run: sudo apt-get -y install lksctp-tools
- name: Check container plugins
run: |
sudo mkdir -p /opt/cni/bin/
git clone https://github.com/containernetworking/plugins.git
cd plugins
./build_linux.sh
sudo cp -f bin/* /opt/cni/bin/
cd -
run: sudo apt-get -y install lksctp-tools || true
- name: Install k0s
run: sudo curl -sSLf https://get.k0s.sh | sudo sh
- name: Enable k0s worker
Expand Down Expand Up @@ -68,3 +60,4 @@ jobs:
cd cicd/k0s-weave/ || true
./rmconfig.sh
cd -
sudo ip addr del 192.169.20.59/32 dev lo || true

0 comments on commit 80654cc

Please sign in to comment.