Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-12-23 00:57:36 +00:00
parent 1ed1cfa1e2
commit 0a738cd2b1
4 changed files with 52 additions and 51 deletions

View file

@ -1541,6 +1541,7 @@ 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.41.2/deploy/static/provider/scw/deploy.yaml</span>
</code></pre></div>
<p>More information with regards to Azure annotations for ingress controller can be found in the <a href="https://docs.microsoft.com/en-us/azure/aks/ingress-internal-ip#create-an-ingress-controller">official AKS documentation</a>.</p>
<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="admonition tip">