Skip to content

kne cli - annotate azure LB - disable health check, use internal IP's, ignore other pod issues, wait on service delete on destroy #33

kne cli - annotate azure LB - disable health check, use internal IP's, ignore other pod issues, wait on service delete on destroy

kne cli - annotate azure LB - disable health check, use internal IP's, ignore other pod issues, wait on service delete on destroy #33

Workflow file for this run

---
name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go:
uses: openconfig/common-ci/.github/workflows/go.yml@v0.2.0
with:
coverage-excludes-regex: /cloudbuild
tests-excludes-regex: /cloudbuild
race-tests-excludes-regex: /cloudbuild
skip-race-tests: true
go-versions: "['1.21']"
linter:
uses: openconfig/common-ci/.github/workflows/linter.yml@v0.2.0