Skip to content
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

Wrong handling of the global resourceList in combination with livesim #104

Open
2 tasks
zivnevo opened this issue Aug 14, 2024 · 0 comments
Open
2 tasks
Labels
bug Something isn't working parsers

Comments

@zivnevo
Copy link
Member

zivnevo commented Aug 14, 2024

  • When both the global resourceList and the livesim missing resource contain the same resource kind (e.g., pods), the resources from the global resourceList are ignored.
    See example tests/istio_testcases/example_policies/sidecar_examples_w_onlineboutique/sidecars-and-gateways-test-scheme.yaml:
    when the resource ../online_boutique/new_online_boutique_manifests_istio/all_deployments.yaml appears only in global resourceList (remove it from the network config resourceList), then on the livesim run this resource is ignored, resulting in all the pods missing.

  • When none of global resourceList/podList/namespaceList exist, there is a (time consuming) attempt to load resources from live cluster, even if there is local resourceList/podList/namespaceList in a network config.
    Example - comment out the global resourceList in the test above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parsers
Projects
None yet
Development

No branches or pull requests

1 participant