Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-09-10 11:53:00 +00:00
parent 2f0bd5894a
commit 19d8e69492
4 changed files with 70 additions and 51 deletions

View file

@ -486,6 +486,13 @@
Digital Ocean
</a>
</li>
<li class="md-nav__item">
<a href="#scaleway" class="md-nav__link">
Scaleway
</a>
</li>
<li class="md-nav__item">
@ -1335,6 +1342,13 @@
Digital Ocean
</a>
</li>
<li class="md-nav__item">
<a href="#scaleway" class="md-nav__link">
Scaleway
</a>
</li>
<li class="md-nav__item">
@ -1438,6 +1452,7 @@ For this reason, there is an initial delay of up to two minutes until it is poss
<li><a href="#gce-gke">GCE - GKE</a></li>
<li><a href="#azure">Azure</a></li>
<li><a href="#digital-ocean">Digital Ocean</a></li>
<li><a href="#scaleway">Scaleway</a></li>
<li><a href="#bare-metal">Bare-metal</a></li>
<li><a href="#verify-installation">Verify installation</a></li>
<li><a href="#detect-installed-version">Detect installed version</a></li>
@ -1522,6 +1537,10 @@ For this reason, there is an initial delay of up to two minutes until it is poss
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.35.0/deploy/static/provider/do/deploy.yaml</span>
</code></pre></div>
<h4 id="scaleway">Scaleway<a class="headerlink" href="#scaleway" 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/scw/deploy.yaml</span>
</code></pre></div>
<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>
<div class="highlight"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.35.0/deploy/static/provider/baremetal/deploy.yaml</span>