kubevirt / user-guide

This user guide will walk you through installation and various features.
https://kubevirt.io/user-guide
Apache License 2.0
64 stars 233 forks source link

image field in hook sidecar annotation is optional #786

Closed tiraboschi closed 6 months ago

tiraboschi commented 6 months ago

What this PR does / why we need it: with https://github.com/kubevirt/kubevirt/pull/11272 image field becomes optional in the hook sidecar annotation since, if omitted, virt-controller will now use a default sidecar-shim image built with other kubevirt images.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #775

Special notes for your reviewer: No to retrieve the version of the hook sidecar shim version from kubevirt CR, the virt-controller can now autonomously handle it.

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.

Release note:

image field in hook sidecar annotation is optional
alicefr commented 6 months ago

/approve

alicefr commented 6 months ago

/lgtm

kubevirt-bot commented 6 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alicefr, phoracek

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/user-guide/blob/main/OWNERS)~~ [phoracek] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment