Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Changed phase status filtering to work with init containers as well #170

Closed
wants to merge 11 commits into from
Closed

Changed phase status filtering to work with init containers as well #170

wants to merge 11 commits into from

Conversation

yarinm
Copy link
Contributor

@yarinm yarinm commented Mar 5, 2019

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.

pkg/k8s/client.go Outdated Show resolved Hide resolved
pkg/k8s/client.go Outdated Show resolved Hide resolved
@@ -21,6 +22,9 @@ const (
getPodListSleepTimeMilliseconds = 300
)
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@yarinm
Copy link
Contributor Author

yarinm commented Apr 8, 2019

@kkmsft ? any updates about this? can we merge it?

@kkmsft
Copy link
Contributor

kkmsft commented Apr 15, 2019

@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.

AndyMoore and others added 3 commits April 15, 2019 12:38
* 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
@kkmsft
Copy link
Contributor

kkmsft commented Apr 15, 2019

@yarinm - can you please rebase your branch to the latest ?

@yarinm
Copy link
Contributor Author

yarinm commented Apr 16, 2019

I'm closing this PR, merge #191

@yarinm yarinm closed this Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants