IBM/network-config-analyzer

ingress policy parser issue

adisos opened this issue · 1 comments

adisos commented

Change from error to warning the case in the link below (missing port in the service), and just ignore that service rule in the analysis

https://github.com/IBM/network-config-analyzer/blob/master/nca/Parsers/IngressPolicyYamlParser.py#L97

Also, see if the message can provide more information. I would expect something like

Ingress rule redirects traffic to <service-name>:<port-number>, but port <port-number> is not exposed by Service <service-name>.