cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
116 stars 44 forks source link

fix icp env plugin bug for crawling non-icp managed containers #360

Closed tatsuhirochiba closed 6 years ago

tatsuhirochiba commented 6 years ago

ICP env plugin failed if crawling non k8s managed container, because it did not check podname label existence. By this PR, crawler can raise ContainerInvalidEnvironment Exception for the container.

Signed-off-by: Tatsuhiro Chiba chiba@jp.ibm.com