Skip to content

Document how to use multiple Spegel deployments in the same cluster #330

Document how to use multiple Spegel deployments in the same cluster

Document how to use multiple Spegel deployments in the same cluster #330

Workflow file for this run

name: e2e
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
cni: [iptables, iptables-ipv6, ipvs]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run e2e
run: make e2e CNI=${{ matrix.cni }}