-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Critical
-
None
-
None
-
NetObserv - Sprint 280
-
None
-
None
-
Previously, Network Observability CLI used to create or use "tmp" directory in the current working directory. Now with this change, it creates a new tmp directory for each run.
Run the oc-netobserv script, such as `oc netobserv flows`. If you happen to have a "tmp" directory in the directory where you're running this script, it removes that directory and all files under it!
In the oc-netobserv script, it has:
MANIFEST_OUTPUT_PATH="tmp"
...
function check_args_and_apply() {
...
rm -rf ${MANIFEST_OUTPUT_PATH}
}
This issue is in 1.8, 1.9, 1.10, and possibly earlier versions.