This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 260edef  Updated the website built from mesos SHA: 93963c46b.
260edef is described below

commit 260edef6514c6ea8a77856e540a8d3b503d43083
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 30 13:51:45 2019 +0000

    Updated the website built from mesos SHA: 93963c46b.
---
 content/documentation/latest/configuration/agent/index.html | 7 ++++---
 content/documentation/latest/upgrades/index.html            | 4 ++++
 content/documentation/upgrades/index.html                   | 4 ++++
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/content/documentation/latest/configuration/agent/index.html 
b/content/documentation/latest/configuration/agent/index.html
index efcaafd..2d8be42 100644
--- a/content/documentation/latest/configuration/agent/index.html
+++ b/content/documentation/latest/configuration/agent/index.html
@@ -195,8 +195,8 @@ Example:
   </td>
   <td>
 JSON representation of agent features to whitelist. We always require
-'MULTI_ROLE', 'HIERARCHICAL_ROLE', 'RESERVATION_REFINEMENT', and
-'AGENT_OPERATION_FEEDBACK'.
+'MULTI_ROLE', 'HIERARCHICAL_ROLE', 'RESERVATION_REFINEMENT',
+'AGENT_OPERATION_FEEDBACK', and 'AGENT_DRAINING'.
 <p/>
 Example:
 <pre><code>
@@ -205,7 +205,8 @@ Example:
         {"type": "MULTI_ROLE"},
         {"type": "HIERARCHICAL_ROLE"},
         {"type": "RESERVATION_REFINEMENT"},
-        {"type": "AGENT_OPERATION_FEEDBACK"}
+        {"type": "AGENT_OPERATION_FEEDBACK"},
+        {"type": "AGENT_DRAINING"}
     ]
 }
 </pre></code>
diff --git a/content/documentation/latest/upgrades/index.html 
b/content/documentation/latest/upgrades/index.html
index 6d62b16..58f3395 100644
--- a/content/documentation/latest/upgrades/index.html
+++ b/content/documentation/latest/upgrades/index.html
@@ -165,6 +165,7 @@ R Removed feature/behavior
       <li>A <a 
href="#1-9-x-docker-ignore-runtime">docker_ignore_runtime</a></li>
       <li>A <a 
href="#1-9-x-configurable-ipc">disallow_sharing_agent_ipc_namespace</a></li>
       <li>A <a 
href="#1-9-x-configurable-ipc">default_container_shm_size</a></li>
+      <li>C <a href="#1-9-x-agent-features">agent_features</a></li>
     </ul>
   </td>
 
@@ -633,6 +634,9 @@ See <a 
href="/documentation/latest/./maintenance/"><code>docs/maintenance</code>
 </ul>
 
 
+<p><a name="1-9-x-agent-features"></a>
+* The Mesos agent now requires the new <code>AGENT_DRAINING</code> feature. 
This capability is set by default, but if the <code>--agent_features</code> 
flag is specified explicitly, <code>AGENT_DRAINING</code> must be included.</p>
+
 <p><a name="1-9-x-linux-nnp-isolator"></a></p>
 
 <ul>
diff --git a/content/documentation/upgrades/index.html 
b/content/documentation/upgrades/index.html
index c519fe1..cc227e8 100644
--- a/content/documentation/upgrades/index.html
+++ b/content/documentation/upgrades/index.html
@@ -165,6 +165,7 @@ R Removed feature/behavior
       <li>A <a 
href="#1-9-x-docker-ignore-runtime">docker_ignore_runtime</a></li>
       <li>A <a 
href="#1-9-x-configurable-ipc">disallow_sharing_agent_ipc_namespace</a></li>
       <li>A <a 
href="#1-9-x-configurable-ipc">default_container_shm_size</a></li>
+      <li>C <a href="#1-9-x-agent-features">agent_features</a></li>
     </ul>
   </td>
 
@@ -633,6 +634,9 @@ See <a 
href="/documentation/latest/./maintenance/"><code>docs/maintenance</code>
 </ul>
 
 
+<p><a name="1-9-x-agent-features"></a>
+* The Mesos agent now requires the new <code>AGENT_DRAINING</code> feature. 
This capability is set by default, but if the <code>--agent_features</code> 
flag is specified explicitly, <code>AGENT_DRAINING</code> must be included.</p>
+
 <p><a name="1-9-x-linux-nnp-isolator"></a></p>
 
 <ul>

Reply via email to