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? …
Asked
Active
Viewed 102 times
0
-
A useful link on this is https://stackoverflow.com/a/50001861/9705485 and the links from it – Ryan Dawson Sep 17 '18 at 11:10
-
What kind of a storage you want to mount to those pods, and where is it located? – aurelius Sep 18 '18 at 11:55
1 Answers
0
You can schedule the pods using Node Selector logic.More explanation has given in https://docs.openebs.io/docs/next/scheduler.html

Ranjith Raveendran
- 167
- 7