-
Notifications
You must be signed in to change notification settings - Fork 255
Changed phase status filtering to work with init containers as well #170
Conversation
@@ -21,6 +22,9 @@ const ( | |||
getPodListSleepTimeMilliseconds = 300 | |||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First of all - Thank you @yarinm for raising the issue and this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kkmsft I went over your comments and resolved the issues, let me know what you think.
@kkmsft ? any updates about this? can we merge it? |
@yarinm - Apologies for the delay. Initially I was hoping to get the e2e stabilized and then merge this. But that is going to take some time. Right now there is azure pipeline failure with this. I will fix that first and then get it merged this week. Thank you very much for this work. |
* Fix the file name for Azure pipeline file. * Add make build into separate script block. * Remove space from azure pipeline script * Remove space from azure pipeline script * Remove space from azure pipeline script * Remove circle ci configuration
@yarinm - can you please rebase your branch to the latest ? |
…d-pod-identity into init_container_support
I'm closing this PR, merge #191 |
Fix for #169
Note that you can't use OR in selector interface but AND with NOT does work so i created an ignore list for statuses with don't want pod-identity to work on.