From a46d582422bf9e24af920420f73e4b447dafbc61 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 3 Jun 2020 15:25:27 +0200 Subject: [PATCH] doc/mgr: add docs for unmanaged=True Signed-off-by: Sebastian Wagner --- doc/mgr/orchestrator.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 2e7fd4bb1b048..6d3fc235f24cf 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -406,6 +406,7 @@ to specify the deployment of services. For example: - host2 - host3 spec: ... + unmanaged: false Where the properties of a service specification are the following: @@ -417,6 +418,10 @@ Where the properties of a service specification are the following: * ``service_id`` is the name of the service. Omit the service time * ``placement`` is a :ref:`orchestrator-cli-placement-spec` * ``spec``: additional specifications for a specific service. +* ``unmanaged``: If set to ``true``, the orchestrator will not deploy nor + remove any daemon associated with this service. Placement and all other + properties will be ignored. This is useful, if this service should not + be managed temporarily. Each service type can have different requirements for the spec. -- 2.39.5