-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Critical
-
None
-
None
-
NetObserv - Sprint 280
-
None
-
None
-
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.