• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / hyperconverged-cluster-operator / 29342223980
82%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 03:01PM UTC
Jobs 1
Files 153
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

14 Jul 2026 02:44PM UTC coverage: 81.678%. Remained the same
29342223980

push

github

web-flow
Fix CNV-92870: fix the v1 storage logic (#4396)

When upgrading to this version, the CRD storage version is changed from
`v1beta1` to `v1`. Then the operator is trying to replace the
HyperConverged CR object in ETCD, to be in `v1` API format. If the
webhook of the previous version is still running, then this will work.
But if not, the new webhook pod is getting into crash loop, because it's
trying to read the HyperConverged CR before the webhook server started,
and so the conversion webhook is not available, and this read operation
fails. At the same time, the operator is failing to read the
HyperConverged CR, because the conversion webhook is not available.
Even reading the HC CR in v1beta1 format, and manually convert it,
fails, because the conversion webhook is needed for the update operation
as well.

To fix it, we:
1. moving the v1 storage logic from the operator to the webhook, so the
   operator does not depend on the webhook anymore.
2. the new code in the logic is moved after the webhook server starts,
   to make sure the conversion webhook is available for this process.

Signed-off-by: Nahshon Unna Tsameret <nunnatsa@redhat.com>

11475 of 14049 relevant lines covered (81.68%)

2.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Unit - 29342223980.1 14 Jul 2026 03:01PM UTC 153
81.68
GitHub Action Run
Source Files on build 29342223980
  • Tree
  • List 153
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29342223980
  • a218c617 on github
  • Prev Build on main (#29322098957)
  • Next Build on main (#29387507891)
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