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

kubevirt / hyperconverged-cluster-operator / 29342223980 / 1
82%
main: 82%

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

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

Source Files on job Unit - 29342223980.1
  • Tree
  • List 153
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29342223980
  • a218c617 on github
  • Prev Job for on main (#29322098957.1)
  • Next Job for on main (#29387507891.1)
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