networkservicemesh / nsm-operator

A kubernetes operator for deploying and managing Network Service Meshes
Apache License 2.0
9 stars 8 forks source link

Integration test logs are not collected for NSM components deployed by NSM Operator #59

Open szvincze opened 1 year ago

szvincze commented 1 year ago

When the NSM system components are deployed by NSM Operator in NSM CI and run the integration tests, the logs of the components are not collected as they are when the original YAML files are used.

Some deeper investigation is needed to find the root cause of this behavior.

szvincze commented 1 year ago

NSM integration test framework collects logs from specific namespaces (ns-*, nsm-system, spire and observability). As for now NSM Operator deploys NSM system components in nsm namespace and it cannot be changed. However it should be configurable.

acmenezes commented 1 year ago

I wonder here if we should actually create an issue to make the namespace flexible. Let me know if that would be a better option. Let's discuss that on our meeting tomorrow as well and we can put that one on our backlog.