Replies: 1 comment
-
Could we separate logic of the pod groups creating and selecting affinity policies for groups?
or to labels pods with group names:
And after this operation user should create ConfigMap or CR with description of affinity policies:
Also we can implement option for user to choose LVG manually:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link to the proposal - https://github.com/dell/csi-baremetal/blob/master/docs/proposals/disk-affinity.md
@Aber4Nod please see my comments:
If you split into two parts it's becoming more clear for understanding:
The same for
antiaffinity
annotations3. If you want to use annotations you need to clearly say where to put them and don't postpone this till the implementation section
4. Proposal should start with use cases which you plan to address by this feature
5. After reading proposal I still don't understand which API should I use two cover the following use case:
antiaffinity.volumes.csi-baremetal.dell.com/labels
? Do we want latency sensitive applications to not share single disk? But other application can use it?Beta Was this translation helpful? Give feedback.
All reactions