• 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 / 26561785001
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: feat/kamaji-install-mode
DEFAULT BRANCH: master
Ran 28 May 2026 07:48AM 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 07:45AM UTC coverage: 25.481% (+0.2%) from 25.311%
26561785001

Pull #6793

github

oilbeater
fix(chart): default kube-ovn-controller replicas to 1 in dataPlaneOnly

Discovered while bringing up a real Kamaji-style local environment
(kind + Kamaji + tenant docker worker via kubeadm join). On the tenant
cluster, controller-deploy.yaml's `replicas: {{ include "kubeovn.
nodeCount" . }}` triggered the helper's `fail` because tenant nodes
don't carry the `kube-ovn/role=master` label (Kamaji moves the control
plane into the management cluster as pods).

Add a kubeovn.controllerReplicas helper:
- dataPlaneOnly: default to 1 (active/standby HA is by leader election,
  not horizontal scale)
- everywhere else: keep nodeCount behaviour
- operators can override via `kube-ovn-controller.replicas`

controller-deploy.yaml now uses this helper. Verified end-to-end:
`helm install --kubeconfig=tenant-kc -f tenant-values.yaml` now
succeeds, the controller Deployment + ovs-ovn DS + kube-ovn-cni DS land
on the tenant worker, and the tenant worker's TCP path to the
management cluster's MetalLB VIP `172.18.255.210:6641/:6642` is open.

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.

14666 of 57556 relevant lines covered (25.48%)

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 26561785001.1 28 May 2026 07:48AM UTC 212
25.48
GitHub Action Run
Source Files on build 26561785001
  • Tree
  • List 212
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
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