Open
Description
Scenario:
- Openshift cluster with nodes spread across three AZs (e.g. 1a, 1b, 1c)
- Run
make create-gpu-machineset
it will pick the AZ of the first machineset it finds (e.g. 1a) - Run
./pattern.sh make install
and the model-download job run on another AZ (e.g. 1c) and the pvc+pv are bound to that AZ - The inference service which runs on the GPU nodes (so 1a) will never be scheduled because the PVC is bound to 1c
Metadata
Metadata
Assignees
Labels
No labels