IBM / network-config-analyzer

A semantic analyzer for resources that configure network connectivity (e.g., Kubernetes NetworkPolicy).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend default resource loading in live cluster to istio resources

tanyaveksler opened this issue · comments

Currently there are the following possible combinations for handling resources in live cluster:

  • nca -r k8s -r istio => loads both k8s and istio reources
  • nca -r k8s => loads only k8s resources
  • no -r given => loads only k8s resources

We should probably change the default assumption that both k8s and istio resources are handled in live cluster.
What do you think, @zivnevo ?

We decided to remove the default (running without -r flag), and to give a warning in this case.