IBM / composable-resource-operator

Proof Of Concept showcasing composable GPUs in Kubernetes
Apache License 2.0
8 stars 0 forks source link

Add vendor specific CDI client #3

Open hase1128 opened 2 months ago

hase1128 commented 2 months ago

Currently, the Operator only implements Sunfish client as CDI_PROVIDER_TYPE. We will also implement new vendor-specific clients.

mgazz commented 2 months ago

@hase1128 Thank you for looking into this. Feel free to reach out in case you need changes in the how we select the provider type.

hase1128 commented 2 months ago

I think there is no problem with the current method (specifying environment variables in the ComposabilityRequest yaml file).