diff --git a/doc/admin/k8s.rst b/doc/admin/k8s.rst index 7deddf8ff..989773640 100644 --- a/doc/admin/k8s.rst +++ b/doc/admin/k8s.rst @@ -19,7 +19,8 @@ This access is only available for users having access to the cluster with ``kube .. code:: bash # Open a tunnel between local machine and Qserv dashboard - kubectl port-forward qserv-repl-ctl-0 8080 & + # # Listen on first port number locally, forwarding to second port number in the pod + kubectl port-forward qserv-repl-ctl-0 8080:8080 & # Access to the dashboard firefox http://localhost:8080 \ No newline at end of file diff --git a/doc/admin/qserv-ingest/ingest.yaml b/doc/admin/qserv-ingest/ingest.yaml index 04048a22b..0e675aa09 100644 --- a/doc/admin/qserv-ingest/ingest.yaml +++ b/doc/admin/qserv-ingest/ingest.yaml @@ -1,21 +1,21 @@ version: 15 ingest: http: - # Optional + # Optional, default to no time-out # Timeout for POST and PUT queries in seconds - # POST and PUT queries which might be very long like: - # - postint contribution + # POST and PUT queries which might be very long for the following operations: + # - posting contribution # - closing transaction # - publishing database - # have no timeout at all + # - building the "director" index + # - building table indexes at workers write_timeout: 1800 - # Optional + # Optional, default to no time-out # Timeout for GET queries in seconds read_timeout: 10 metadata: - # Optional + # Optional, default to "ingest.input.servers[0]/ingest.input.path" # Allow to customize metadata URL - # Default to "{servers[0]}{path}" url: http://dataserver/datasets/DC2/ input: