diff --git a/README.md b/README.md index 5b5a2b98..4142005e 100644 --- a/README.md +++ b/README.md @@ -28,30 +28,18 @@ information and custom configurations about the lvctl command, head to the $ mv tools/lvctl/bin/lvctl /usr/local/bin/ ``` - ### Create an instance of the LogsViewer - ```bash # To deploy LogsViewer in the current namespace with default configuration ./lvctl setup # Or if you want to import a must-gather file into the LogsViewer during the setup - ./lvctl setup-import -file + ./lvctl setup-import -namespace -id -file ``` -This commands will log the instance id and the route created to access the -LogsViewer UI. +This commands will log the the route created to access the LogsViewer UI. -> **Warning** -> By default, the instance will be deleted 48 hours after the last must-gather -> file was imported. Or after creation time if no must-gather file was imported. -> Check the '-deletion-condition' and '-deletion-delay' flags for more details. - -### Import a new must-gather file into an instance of the LogsViewer - -```bash - ./lvctl setup-import -namespace -id -file -``` +*Note:* It is possible to import the files manually through the UI after the instance was created. ### Import Additional Must Gather files to the same Logsviewer instance ```bash @@ -61,18 +49,17 @@ LogsViewer UI. *Note:* - You can upload more than one Must Gather to the same Logsviewer instance for the same cluster. - You can upload both OpenShift and other Must gathers for the same cluster. - - No need to worry about deleting the pods - They will be deleted after 48 hours automatically. + - By default, the instance will be deleted 48 hours after the last must-gather file was imported. Or after creation time if no must-gather file was imported. Check the '-deletion-condition' and '-deletion-delay' flags for more details. ### Manually delete an instance of the LogsViewer ```bash - ./lvctl delete -namespace -id - + ./lvctl delete -namespace -id ``` ### Log into the Logsviewer Pod UI The UI link would be: -http://logsviewer-.apps.cnv2.engineering.redhat.com/ +http://logsviewer-.example.com ## Demo