Reputation: 148
I want to deploy kubeflow on a specific node of an existing Kubernetes cluster.
Is it possible? How?
Upvotes: 0
Views: 453
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