diff --git a/source/_static/read-log-fetcher.png b/source/_static/read-log-fetcher.png index 125e0c6df755a839df0a0b22a7b83133d3015413..5929ce5f040f2bb18e45669f26445f00ba911e85 100644 Binary files a/source/_static/read-log-fetcher.png and b/source/_static/read-log-fetcher.png differ diff --git a/source/_static/read-log-fetcher.xcf b/source/_static/read-log-fetcher.xcf new file mode 100644 index 0000000000000000000000000000000000000000..d920a2b206098f2f6d28c0545987e4c399a0dbf1 Binary files /dev/null and b/source/_static/read-log-fetcher.xcf differ diff --git a/source/user_guide/helm_settings.rst b/source/user_guide/helm_settings.rst index 5be39fdfcdb977a2be1afbd0ec4d4e7e42f78d7f..4614699f702d695cbc682a5fae9a1579b1156f03 100644 --- a/source/user_guide/helm_settings.rst +++ b/source/user_guide/helm_settings.rst @@ -89,7 +89,7 @@ In the following example, we used the application, reloaded the page and re used it. In an actual use case, you should use it more than twice in order to have an acurate estimation of the memory consumption. -.. code-block:: txt +.. code-block:: text fca3d08757e1 rshiny-k8s-example-r_shiny-server_1 0.00% 35.47MiB / 31.09GiB ... fca3d08757e1 rshiny-k8s-example-r_shiny-server_1 17.30% 430.63MiB / 31.09GiB ... @@ -557,7 +557,7 @@ clic on the text ``log-fetcher-in-dev`` (2 in the image). :alt: Find task log-fetcher You can then either directly clic on Run job, you will see the last lines -(200 by default as of juky 2023). +(200 by default as of july 2023). You can also specify a custom amount of line, to do so specify the value of the variable ``LAST_ROWS_COUNT``. If you want all logs since startup set the value to ``-1``. @@ -572,7 +572,7 @@ Which produce the following: :align: center :alt: Reading output of log-fetcher -The logs will be at the bottom of the page (3 in the image). +The logs will be at the bottom of the page (1 in the image). Here we see that the Shiny server has started well. The quota will be at the beginning of the logs (2 in the image). @@ -589,6 +589,9 @@ Quota should be read as: | Ram | 512Mi | 1Gi | 5Gi | +------+----------+--------+-------+ +The logs can also be downloaded, the file(s) can be found in the +"Job artifacts" section (3 in the image). + If you want to restart the task with a different number of rows, first you have to delete the log with the trash button at the top right of the page -(1 in the image). +(4 in the image).