josmaf
josmaf

Reputation: 148

Install Kubeflow on specific node of Kubernetes cluster

I want to deploy kubeflow on a specific node of an existing Kubernetes cluster.

Is it possible? How?

Upvotes: 0

Views: 453

Answers (1)

Kroustou
Kroustou

Reputation: 669

Yes it is possible, you need to select the node based on its labels

https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#equality-based-requirement

Upvotes: 1

Related Questions