-
Notifications
You must be signed in to change notification settings - Fork 2
Description
-
When both the global
resourceListand the livesim missing resource contain the same resource kind (e.g., pods), the resources from the globalresourceListare ignored.
See exampletests/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.yamlappears only in globalresourceList(remove it from the network configresourceList), then on the livesim run this resource is ignored, resulting in all the pods missing. -
When none of global
resourceList/podList/namespaceListexist, there is a (time consuming) attempt to load resources from live cluster, even if there is localresourceList/podList/namespaceListin a network config.
Example - comment out the globalresourceListin the test above.