kubevirt / common-instancetypes

Instancetypes and preferences for running VMs on KubeVirt
https://kubevirt.io/user-guide/virtual_machines/instancetypes/#common-instancetypes
Apache License 2.0
24 stars 17 forks source link

[release-0.4] u1.2xmedium: Add size to better align with Windows requirements #211

Closed lyarwood closed 3 months ago

lyarwood commented 3 months ago

What this PR does / why we need it:

Windows 11 has minimum requirements of 2 vCPUs and 4Gi of memory. To better align with these requirements a new u1.2xmedium size is introduced.

This is used within our functional tests replacing the larger u1.large instance type that provided 8Gi of memory.

Signed-off-by: Lee Yarwood lyarwood@redhat.com (cherry picked from commit 42ba37814d8d2356fe07e0d9b6476fb73a7be05d)

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 #

Special notes for your reviewer:

Release note:

A new `u1.2xmedium` instance type is now provided to better align with the minimum requirements of 2 vCPUs and 4Gi of RAM for Windows 11
kubevirt-bot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 0xFelix

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/common-instancetypes/blob/release-0.4/OWNERS)~~ [0xFelix] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment