EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
091a60f9
Commit
091a60f9
authored
4 years ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes
parent
7d16ebfe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/operator-guide/management.rst
+8
-6
8 additions, 6 deletions
documentation/operator-guide/management.rst
with
8 additions
and
6 deletions
documentation/operator-guide/management.rst
+
8
−
6
View file @
091a60f9
...
...
@@ -3,14 +3,14 @@
Service Management
==================
This section shows how a deployed VS stack can be interacted with.
This section shows how a deployed VS stack can
and should
be interacted with.
Scaling
-------
Scaling is a handy tool to ensure stable performance, even when dealing with
higher usage on
either
service. For example, the preprocessor and registrar can
higher usage on
any
service. For example, the preprocessor and registrar can
be scaled to a higher replica count to enable a better throughput when
ingesting data into the VS.
...
...
@@ -44,14 +44,16 @@ restart the individual instances of the services after pulling a newer image usi
docker service update --force <stack-name>_<service-name>
Updating configurations or environment files
---------------
---------------
-----------------------------
Updating the service configurations or environment files used can not be done just by
rescaling the impacted services to 0 and rerunning. The whole stack needs to be shut down using
a
command:
rescaling the impacted services to 0 and rerunning. The whole stack needs to be shut down using
the
command:
.. code-block:: bash
docker stack rm <stack-name>
A new deployment of the stack will already have updated configuration. The above mentioned process necessarily
involved a certain service downtime between shutting down of the stack and new deployment.
A new deployment of the stack will use the updated configuration. The above mentioned process necessarily
involves a certain service downtime between shutting down of the stack and new deployment.
The next section :ref:`ingestion` explains how to get data into the VS.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment