Is it possible to configure the GPU Operator on a single Kubernetes cluster where:
• Node A is configured to run virtual machines with GPU passthrough
• Node B is configured to run virtual machines with vGPU
I’ve been able to verify that each configuration works individually on separate clusters or test environments. However, I’d like to know if it’s officially supported—or at least known to work reliably—to run both modes concurrently across different nodes in the same cluster.
Are there any limitations, recommended configurations, or known issues when mixing passthrough and vGPU-enabled nodes under a single GPU Operator deployment?