Skip to content

Add APIServerLoadBalancer setting to enable/disable API server LB, allow adding ports, configure firewall #42

Add APIServerLoadBalancer setting to enable/disable API server LB, allow adding ports, configure firewall

Add APIServerLoadBalancer setting to enable/disable API server LB, allow adding ports, configure firewall #42

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/codecov-action@v4.5.0
with:
files: ./cover.out