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

Replace usage of DataVolume.spec.pvc with .storage #798

Closed EduardGomezEscandell closed 5 months ago

EduardGomezEscandell commented 5 months ago

What this PR does / why we need it: Replaces DataVolume PVC target with the newer storage target.

This is the modern API we want users to be using. It also allows for skipping certain parameters due to better defaults.

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:

NONE
kubevirt-bot commented 5 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

EduardGomezEscandell commented 5 months ago

/test all

kubevirt-bot commented 5 months ago

@EduardGomezEscandell: No jobs can be run with /test all. The following commands are available to trigger required jobs:

In response to [this](https://github.com/kubevirt/user-guide/pull/798#issuecomment-2112101125): >/test all Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
alromeros commented 5 months ago

There is another reference to the PVC api here. Looks good otherwise!

alromeros commented 5 months ago

/lgtm

alromeros commented 5 months ago

/lgtm

aburdenthehand commented 5 months ago

/approve

EduardGomezEscandell commented 5 months ago

/cc @rmohr

phoracek commented 5 months ago

/approve

kubevirt-bot commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aburdenthehand, 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