Deploy GitHub Pages
This commit is contained in:
parent
f17a569a78
commit
b7df10a597
3 changed files with 20 additions and 1 deletions
|
@ -490,6 +490,13 @@
|
||||||
Azure
|
Azure
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#digital-ocean" class="md-nav__link">
|
||||||
|
Digital Ocean
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
|
@ -1346,6 +1353,13 @@
|
||||||
Azure
|
Azure
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="md-nav__item">
|
||||||
|
<a href="#digital-ocean" class="md-nav__link">
|
||||||
|
Digital Ocean
|
||||||
|
</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="md-nav__item">
|
<li class="md-nav__item">
|
||||||
|
@ -1431,6 +1445,7 @@
|
||||||
<li><a href="#aws">AWS</a></li>
|
<li><a href="#aws">AWS</a></li>
|
||||||
<li><a href="#gce-gke">GCE - GKE</a></li>
|
<li><a href="#gce-gke">GCE - GKE</a></li>
|
||||||
<li><a href="#azure">Azure</a></li>
|
<li><a href="#azure">Azure</a></li>
|
||||||
|
<li><a href="#digital-ocean">Digital Ocean</a></li>
|
||||||
<li><a href="#bare-metal">Bare-metal</a></li>
|
<li><a href="#bare-metal">Bare-metal</a></li>
|
||||||
<li><a href="#verify-installation">Verify installation</a></li>
|
<li><a href="#verify-installation">Verify installation</a></li>
|
||||||
<li><a href="#detect-installed-version">Detect installed version</a></li>
|
<li><a href="#detect-installed-version">Detect installed version</a></li>
|
||||||
|
@ -1526,6 +1541,10 @@ By default NGINX <code>keepalive_timeout</code> is set to <code>75s</code>.</p>
|
||||||
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.31.1/deploy/static/provider/cloud/deploy.yaml</span>
|
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.31.1/deploy/static/provider/cloud/deploy.yaml</span>
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
|
|
||||||
|
<h4 id="digital-ocean">Digital Ocean<a class="headerlink" href="#digital-ocean" title="Permanent link"> ¶</a></h4>
|
||||||
|
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/do/deploy.yaml</span>
|
||||||
|
</code></pre></div>
|
||||||
|
|
||||||
<h4 id="bare-metal">Bare-metal<a class="headerlink" href="#bare-metal" title="Permanent link"> ¶</a></h4>
|
<h4 id="bare-metal">Bare-metal<a class="headerlink" href="#bare-metal" title="Permanent link"> ¶</a></h4>
|
||||||
<p>Using <a href="https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport">NodePort</a>:</p>
|
<p>Using <a href="https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport">NodePort</a>:</p>
|
||||||
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.31.1/deploy/static/provider/baremetal/deploy.yaml</span>
|
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.31.1/deploy/static/provider/baremetal/deploy.yaml</span>
|
||||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue