-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to force image check for disabled/suspended workloads #75
Add option to force image check for disabled/suspended workloads #75
Conversation
@zuzzas, can you please review 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.
@verdel thank you for opening the PR! I have only one suggestion to make the feature more flexible.
One more thing I noticed by looking through the repo. |
f35a162
to
019c9d2
Compare
Signed-off-by: Vadim Aleksandrov <[email protected]>
019c9d2
to
de013d0
Compare
@nabokihms, I have made the requested changes and also added a description of the option in README.md. If you have the opportunity, I would appreciate it if you could review the pull request again. |
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.
There are a couple of suggestions, but besides, lgtm!
Signed-off-by: Vadim Aleksandrov <[email protected]>
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.
@verdel thanks! Looks cool.
Thank you very much for your time! |
Currently the exporter does not check the availability of docker image for disable/suspend workloads. I add a CLI option
check-disabled
that will bypass the workloadenable
status check. This force docker image check for disabled/suspended workloads.Option
check-disabled
equalfalse
by default to avoid creating breaking changes.Closes #74