node_pool:gpu
. By default, GKE will also add a taint of nvidia.com/gpu:present=NoSchedule
. Consider that fact when updating your Helm chart values.
Additionally, add a specific resource limit of nvidia.com/gpu: 1
. (This value is specific to GKE.) Create another standard nodepool without GPU resources with a label of node_pool:deploy
for the eventual Seldon Core deployment.
In your custom values YAML file, add:
ml-model-service
section of your custom values YAML file, add a section for Milvus as shown below:
gpu-nodepool
.