Skip to content

Improve the data format in CRD(ComposabilityRequest) #5

Description

@hase1128

I propose two improvement for the data format.

Proposal1:
Some users don't need (or want) to specify “targetNode” every time

  1. It is tedious to specify for each node when there are many servers.
  2. User only needs to have the number of GPUs in the entire K8s cluster(number of GPUs per node is not important for this user)

To satisfy this demand, we might need to design something like this:

  1. The user specifies the number of GPUs in the cluster itself. 
  2. After that, the CDI Operator may need to actually determine the number of GPUs for each node

Of course, we will keep the existing functionality so that users can still directly specify the number of GPUs per node.

Proposal2:
Allows user to specify a variety of device types.
GPU, PCIeSSD, NIC, CXL Memory, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions