• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubeovn / kube-ovn / 26581686879
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: release-1.14
DEFAULT BRANCH: master
Ran 28 May 2026 02:44PM UTC
Jobs 1
Files 212
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 May 2026 02:39PM UTC coverage: 25.488% (+0.2%) from 25.311%
26581686879

Pull #6793

github

oilbeater
fix(scripts,chart): rename OVN_{NB,SB}_PORT to avoid Kubernetes env clash

CI is failing on every job at the kube-ovn-cni daemonset rollout. Root
cause: Kubernetes auto-injects environment variables for in-namespace
Services using the pattern `<SVCNAME>_PORT=tcp://<ClusterIP>:<port>`.
The Service named `ovn-nb` therefore implicitly creates
`OVN_NB_PORT=tcp://10.x.x.x:6641` in every kube-system pod's env, which
collided with the new variable I introduced in this PR for the
external-endpoint port. kube-ovn-controller then built a garbage
connection string like

    --ovn-nb-addr=tcp:[172.18.0.3]:tcp://10.110.227.251:6641

so the OVN agents never came up.

Rename the variable everywhere to `KUBE_OVN_NB_PORT` /
`KUBE_OVN_SB_PORT` — the kube-ovn project prefix is unique and avoids
the kubelet's auto-injected names. Touch points:

- dist/images/start-controller.sh
- dist/images/start-ic-controller.sh
- dist/images/start-ovs.sh
- charts/kube-ovn/templates/controller-deploy.yaml
- charts/kube-ovn/templates/ic-controller-deploy.yaml
- charts/kube-ovn/templates/ovsovn-ds.yaml

The Helm-internal helper names (`kubeovn.ovnNbPort` /
`kubeovn.ovnSbPort`) stay unchanged; only the env vars they generate
into pods got renamed. The defaults (6641/6642) still mean
in-cluster Service mode for non-Kamaji installs.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Pull Request #6793: feat: single-replica ovn-central + PVC + LoadBalancer + Kamaji split-cluster deployment

0 of 38 new or added lines in 1 file covered. (0.0%)

174 existing lines in 1 file now uncovered.

14670 of 57556 relevant lines covered (25.49%)

0.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
38
0.0
0.0% pkg/ovn_leader_checker/ovn.go

Coverage Regressions

Lines Coverage ∆ File
174
10.25
10.25% pkg/controller/vpc_egress_gateway.go
Jobs
ID Job ID Ran Files Coverage
1 26581686879.1 28 May 2026 02:44PM UTC 212
25.49
GitHub Action Run
Source Files on build 26581686879
  • Tree
  • List 212
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #6793
  • PR Base - master (#26550908617)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc