Skip to content

Commit

Permalink
Documentation updated by vania-pooh
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jul 29, 2019
1 parent 5d5c550 commit 24089ab
Showing 1 changed file with 37 additions and 7 deletions.
44 changes: 37 additions & 7 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h1>Moon</h1>
<div class="details">
<span id="author" class="author">Aerokube Software OÜ</span><br>
<span id="revnumber">version latest,</span>
<span id="revdate">2019-07-21</span>
<span id="revdate">2019-07-29</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -2043,6 +2043,32 @@ <h4 id="_adjusting_resources_consumption"><a class="anchor" href="#_adjusting_re
</tr>
</table>
</div>
<div class="paragraph">
<p>In some installations you may also want to completely disable CPU or memory limits for all browsers pods. This can be achieved with one of the following flags:</p>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 6. Disabling Memory and CPU limits</caption>
<colgroup>
<col style="width: 50%;">
<col style="width: 50%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Flag</th>
<th class="tableblock halign-left valign-top">Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">-disable-cpu-limits</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Completely disables CPU limits for all browser pods</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">-disable-memory-limits</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Completely disables memory limits for all browser pods</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect3">
<h4 id="_running_browser_pods_in_privileged_mode"><a class="anchor" href="#_running_browser_pods_in_privileged_mode"></a>2.6.5. Running Browser Pods in Privileged Mode</h4>
Expand Down Expand Up @@ -2216,7 +2242,7 @@ <h4 id="_using_custom_kubernetes_annotations"><a class="anchor" href="#_using_cu
<p>Moon adds some annotations by default and their names are reserved:</p>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 6. Moon Reserved Annotation Names</caption>
<caption class="title">Table 7. Moon Reserved Annotation Names</caption>
<colgroup>
<col style="width: 50%;">
<col style="width: 50%;">
Expand Down Expand Up @@ -2276,7 +2302,7 @@ <h3 id="_log_files"><a class="anchor" href="#_log_files"></a>2.7. Log Files</h3>
<p>Every log line contains:</p>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 7. Log entry contents</caption>
<caption class="title">Table 8. Log entry contents</caption>
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
Expand Down Expand Up @@ -2316,7 +2342,7 @@ <h3 id="_log_files"><a class="anchor" href="#_log_files"></a>2.7. Log Files</h3>
<p>The following statuses are available:</p>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 8. Log entry statuses</caption>
<caption class="title">Table 9. Log entry statuses</caption>
<colgroup>
<col style="width: 50%;">
<col style="width: 50%;">
Expand Down Expand Up @@ -2562,6 +2588,10 @@ <h3 id="_cli_flags"><a class="anchor" href="#_cli_flags"></a>2.8. CLI Flags</h3>
browser container cpu request (default "0.5")
-credentials-dir string
directory where credentials are mounted (default "credentials")
-disable-cpu-limits
disable cpu limits for pods
-disable-memory-limits
disable memory limits for pods
-grace-period duration
graceful shutdown (default 30s)
-guest-user string
Expand Down Expand Up @@ -2657,7 +2687,7 @@ <h4 id="_android_skin_skin"><a class="anchor" href="#_android_skin_skin"></a>3.1
<p>When testing for Android platform you can select emulator skin with capabilities. List of available skins:</p>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 9. Available Android Skins</caption>
<caption class="title">Table 10. Available Android Skins</caption>
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
Expand Down Expand Up @@ -3437,7 +3467,7 @@ <h2 id="_pricing"><a class="anchor" href="#_pricing"></a>5. Pricing</h2>
</ol>
</div>
<table class="tableblock frame-all grid-all spread">
<caption class="title">Table 10. Moon License Pricing</caption>
<caption class="title">Table 11. Moon License Pricing</caption>
<colgroup>
<col style="width: 50%;">
<col style="width: 50%;">
Expand Down Expand Up @@ -3525,7 +3555,7 @@ <h2 id="_pricing"><a class="anchor" href="#_pricing"></a>5. Pricing</h2>
<div id="footer">
<div id="footer-text">
Version latest<br>
Last updated 2019-07-21 12:04:34 UTC
Last updated 2019-07-29 17:23:56 UTC
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down

0 comments on commit 24089ab

Please sign in to comment.