seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Add tolerations and nodeSelector to seldon-core-operator helm chart

Open yavorivanov-cw opened this issue 1 year ago • 0 comments

We are currently using seldon-core-operator and would like to add tolerations and nodeSelector to the seldon-controller-manager.

We are using the chart like this:

helm upgrade --install seldon-core seldon-core-operator \
   --repo https://storage.googleapis.com/seldon-charts \
   --set usageMetrics.enabled=false \
   --set istio.enabled=false \
   --create-namespace \
   --namespace seldon-system

yavorivanov-cw avatar Oct 07 '24 11:10 yavorivanov-cw