Deploy GitHub Pages
This commit is contained in:
parent
8c8a56e6b3
commit
a72063c35d
4 changed files with 55 additions and 55 deletions
|
|
@ -1419,7 +1419,7 @@
|
|||
<h1 id="installation-guide">Installation Guide<a class="headerlink" href="#installation-guide" title="Permanent link"> ¶</a></h1>
|
||||
<div class="admonition attention">
|
||||
<p class="admonition-title">Attention</p>
|
||||
<p>The default configuration watches Ingress object from <strong>all the namespaces</strong>.</p>
|
||||
<p>The default configuration watches Ingress object from <strong>all namespaces</strong>.</p>
|
||||
<p>To change this behavior use the flag <code>--watch-namespace</code> to limit the scope to a particular namespace.</p>
|
||||
</div>
|
||||
<div class="admonition warning">
|
||||
|
|
@ -1565,7 +1565,7 @@ For this reason, there is an initial delay of up to two minutes until it is poss
|
|||
<p>Once the ingress controller pods are running, you can cancel the command typing <code>Ctrl+C</code>.</p>
|
||||
<p>Now, you are ready to create your first ingress.</p>
|
||||
<h3 id="detect-installed-version">Detect installed version<a class="headerlink" href="#detect-installed-version" title="Permanent link"> ¶</a></h3>
|
||||
<p>To detect which version of the ingress controller is running, exec into the pod and run <code>nginx-ingress-controller version</code> command.</p>
|
||||
<p>To detect which version of the ingress controller is running, exec into the pod and run <code>nginx-ingress-controller --version</code>.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="go">POD_NAMESPACE=ingress-nginx</span>
|
||||
<span class="go">POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app.kubernetes.io/name=ingress-nginx --field-selector=status.phase=Running -o jsonpath='{.items[0].metadata.name}')</span>
|
||||
|
||||
|
|
@ -1575,14 +1575,14 @@ For this reason, there is an initial delay of up to two minutes until it is poss
|
|||
<h2 id="using-helm">Using Helm<a class="headerlink" href="#using-helm" title="Permanent link"> ¶</a></h2>
|
||||
<div class="admonition attention">
|
||||
<p class="admonition-title">Attention</p>
|
||||
<p>Only helm3 is supported</p>
|
||||
<p>Only Helm v3 is supported</p>
|
||||
</div>
|
||||
<p>NGINX Ingress controller can be installed via <a href="https://helm.sh/">Helm</a> using the chart from the project repository.
|
||||
To install the chart with the release name <code>ingress-nginx</code>:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="go">helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx</span>
|
||||
<span class="go">helm repo update</span>
|
||||
|
||||
<span class="go">helm install my-release ingress-nginx/ingress-nginx</span>
|
||||
<span class="go">helm install ingress-nginx ingress-nginx/ingress-nginx</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="detect-installed-version_1">Detect installed version:<a class="headerlink" href="#detect-installed-version_1" title="Permanent link"> ¶</a></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue