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 Mar 30, 2021
1 parent 4fac934 commit a8355d7
Show file tree
Hide file tree
Showing 15 changed files with 6,543 additions and 10 deletions.
Binary file added 1.8.3/img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/digitalocean-cluster-datacenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/digitalocean-cluster-load-balancer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/digitalocean-cluster-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/digitalocean-marketplace-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/google-cloud-app-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/google-cloud-cluster-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/google-cloud-marketplace-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/grafana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/moon-stateless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/og-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.8.3/img/timeouts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,499 changes: 6,499 additions & 0 deletions 1.8.3/index.html

Large diffs are not rendered by default.

54 changes: 44 additions & 10 deletions latest-release/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h1>Moon</h1>
<div class="details">
<span id="author" class="author">Aerokube Software OÜ</span><br>
<span id="revnumber">version latest-release,</span>
<span id="revdate">2021-02-23</span>
<span id="revdate">2021-03-30</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -530,6 +530,7 @@ <h1>Moon</h1>
<ul class="sectlevel3">
<li><a href="#cli-flags-moon">2.10.1. Moon Container Flags</a></li>
<li><a href="#cli-flags-moon-api">2.10.2. Moon API Container Flags</a></li>
<li><a href="#cli-flags-moon-auth">2.10.3. Moon Auth Container Flags</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -2055,7 +2056,7 @@ <h3 id="_monitoring"><a class="anchor" href="#_monitoring"></a>2.7. Monitoring</
</div>
<div class="paragraph">
<p><code>moon-monitor</code> (distributed as <code>aerokube/moon-monitor</code> image) exposes browsers consumption information in <a href="https://prometheus.io/docs/instrumenting/exposition_formats/#text-format-example">Prometheus text format</a> via <code>/metrics</code> HTTP API.
One of the most simple ways of deploying Prometheus in Kubernetes is using <a href="https://github.com/coreos/prometheus-operator">Prometheus Operator</a>. When using it monitoring solution could work like the following:</p>
One of the simplest ways of deploying Prometheus in Kubernetes is using <a href="https://github.com/coreos/prometheus-operator">Prometheus Operator</a>. When using it monitoring solution could work like the following:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
Expand All @@ -2072,12 +2073,13 @@ <h3 id="_monitoring"><a class="anchor" href="#_monitoring"></a>2.7. Monitoring</
</td>
<td class="content">
<div class="paragraph">
<p>An example Prometheus Operator installation command using Helm 3 is:</p>
<p>An example installation command using Helm 3 is:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
$ helm install prometheus-operator stable/prometheus-operator --create-namespace --namespace monitoring</pre>
<pre>$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update
$ helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack --create-namespace --namespace monitoring</pre>
</div>
</div>
</td>
Expand Down Expand Up @@ -3713,6 +3715,38 @@ <h4 id="cli-flags-moon-api"><a class="anchor" href="#cli-flags-moon-api"></a>2.1
</div>
</div>
</div>
<div class="sect3">
<h4 id="cli-flags-moon-auth"><a class="anchor" href="#cli-flags-moon-auth"></a>2.10.3. Moon Auth Container Flags</h4>
<div class="paragraph">
<p>The following flags are supported:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>-ca-cert string
ca certificate to verify discovery cert (optional)
-client-id string
client id (required)
-client-secret string
client secret (required)
-discovery-url value
oidc discovery url (required)
-fail-login-timeout duration
request timeout (default 30s)
-grace-period duration
graceful shutdown period (default 30s)
-group value
allowed user groups (optional)
-listen string
address to bind (default ":4545")
-request-timeout duration
request timeout (default 30s)
-upstream-url value
upstream url (default http://127.0.0.1:4444/)
-version
show version and exit</pre>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -5077,11 +5111,11 @@ <h3 id="_using_self_signed_tls_certificates"><a class="anchor" href="#_using_sel
<span class="string"><span class="delimiter">&quot;</span><span class="content">browserName</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">chrome</span><span class="delimiter">&quot;</span></span>,
<span class="string"><span class="delimiter">&quot;</span><span class="content">version</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">87.0</span><span class="delimiter">&quot;</span></span>,
<span class="string"><span class="delimiter">&quot;</span><span class="content">moon:options</span><span class="delimiter">&quot;</span></span>: {
<span class="string"><span class="delimiter">&quot;</span><span class="content">env</span><span class="delimiter">&quot;</span></span>: {
<span class="string"><span class="delimiter">&quot;</span><span class="content">env</span><span class="delimiter">&quot;</span></span>: [
<span class="comment"># You can add as many certification authorities as needed</span>
<span class="string"><span class="delimiter">&quot;</span><span class="content">ROOT_CA_MY-CA-1</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">LS0tLS1CRUdJTiBDRVJUSU.....</span><span class="delimiter">&quot;</span></span>,
<span class="string"><span class="delimiter">&quot;</span><span class="content">ROOT_CA_MY-CA-2</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">...</span><span class="delimiter">&quot;</span></span>,
}
<span class="string"><span class="delimiter">&quot;</span><span class="content">ROOT_CA_MY-CA-1=LS0tLS1CRUdJTiBDRVJUSU.....</span><span class="delimiter">&quot;</span></span>,
<span class="string"><span class="delimiter">&quot;</span><span class="content">ROOT_CA_MY-CA-2=...</span><span class="delimiter">&quot;</span></span>,
]
}
}

Expand Down Expand Up @@ -6343,7 +6377,7 @@ <h3 id="cloud-google-cloud"><a class="anchor" href="#cloud-google-cloud"></a>B.2
<div id="footer">
<div id="footer-text">
Version latest-release<br>
Last updated 2021-02-23 09:27:39 UTC
Last updated 2021-03-30 08:39:37 UTC
</div>
</div>
<style>
Expand Down

0 comments on commit a8355d7

Please sign in to comment.