Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add use-case examples for instanceTypes #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions instancetypes/cx/1/cx1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ metadata:
In addition, in this series, the NUMA topology of the used
cores is provided to the VM.
instancetype.kubevirt.io/displayName: "Compute Exclusive"
instancetype.kubevirt.io/useCaseExamples: "Databases"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Examples seems redundant tbh, what about instancetype.kubevirt.io/useCase ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about plural instancetype.kubevirt.io/useCases?

labels:
instancetype.kubevirt.io/class: "compute.exclusive"
instancetype.kubevirt.io/icon-pf: "pficon-registry"
Expand Down
1 change: 1 addition & 0 deletions instancetypes/m/1/m1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:

*M* is the abbreviation of "Memory".
instancetype.kubevirt.io/displayName: "Memory Intensive"
instancetype.kubevirt.io/useCaseExamples: "In-Memory Databases, Cache Services"
labels:
instancetype.kubevirt.io/class: "memory.intensive"
instancetype.kubevirt.io/icon-pf: "fa-memory"
Expand Down
1 change: 1 addition & 0 deletions instancetypes/n/1/n1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
of running DPDK workloads and being marked with the respective
node-role.kubevirt.io/worker-dpdk label as such.
instancetype.kubevirt.io/displayName: "Network"
instancetype.kubevirt.io/useCaseExamples: "VNFs"
labels:
instancetype.kubevirt.io/class: "network"
instancetype.kubevirt.io/icon-pf: "pficon-network"
Expand Down
1 change: 1 addition & 0 deletions instancetypes/u/1/u1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
VMs of instance types will share physical CPU cores on a
time-slice basis with other VMs.
instancetype.kubevirt.io/displayName: "General Purpose"
instancetype.kubevirt.io/useCaseExamples: "Client, Desktop, VDI"
labels:
instancetype.kubevirt.io/class: "general.purpose"
instancetype.kubevirt.io/icon-pf: "pficon-server-group"
Expand Down