[WIP] feat: add support for native retry policies#4634
[WIP] feat: add support for native retry policies#4634dejanzele wants to merge 5 commits intoarmadaproject:masterfrom
Conversation
126aa9c to
b4a392a
Compare
|
One thing we ran into recently is that there can also be collision on service names and ingress names. This would only affect folks opting into those features so can probably be done in a follow up pull request. |
|
Another issue that we see daily that seems to completely disrupt scheduling is the fact that there is no concept of a gang generation. This specifically seems to happen when the scheduler has performed a preemption on a gang. Later the scheduler will do some logical schedule and preempt logic in the scheduler but it will see some old pods from the original gang schedule that were preempted still on the nodes and then we get error messages like I believe that it misinterprets real pods on the nodes from the previous gang generation as related to the logical schedule/preempt it does as part of the regular scheduling algorithm and then blows up. |
0e6d36b to
517b0f5
Compare
517b0f5 to
caa5ffc
Compare
Signed-off-by: Jason Parraga <jparraga+gh@stackav.com>
Signed-off-by: Jason Parraga <jparraga+gh@stackav.com>
Signed-off-by: Jason Parraga <jparraga+gh@stackav.com>
Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
caa5ffc to
0fbe449
Compare
Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
0fbe449 to
3a722b2
Compare
A detailed description can be found in the GitHub Issue #4683