Is there way to restrict openebs replicas to specific nodes in a k8s cluster?

9/17/2018

I have 20 nodes in my K8s cluster. I want storage to be saved only on 5 nodes where disks are attached. What are the configuration steps for me to restrict that storage pods are restricted to only these 5 nodes? …

-- Ajesh
kubernetes
openebs
storage

1 Answer

9/19/2018

You can schedule the pods using Node Selector logic.More explanation has given in https://docs.openebs.io/docs/next/scheduler.html

-- Ranjith Raveendran
Source: StackOverflow