Deploy GitHub Pages
This commit is contained in:
parent
fb76cfdff4
commit
cb4866883e
4 changed files with 79 additions and 50 deletions
|
|
@ -462,6 +462,19 @@
|
|||
With Helm
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="With Helm">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#migrating-from-stablenginx-ingress" class="md-nav__link">
|
||||
Migrating from stable/nginx-ingress
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -1173,6 +1186,19 @@
|
|||
With Helm
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="With Helm">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#migrating-from-stablenginx-ingress" class="md-nav__link">
|
||||
Migrating from stable/nginx-ingress
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -1234,6 +1260,9 @@ The easiest way to do this is e.g. (do note you may need to change the name para
|
|||
you should be able to upgrade using</p>
|
||||
<div class="highlight"><pre><span></span><code>helm upgrade --reuse-values ngx-ingress ingress-nginx/ingress-nginx
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="migrating-from-stablenginx-ingress">Migrating from stable/nginx-ingress<a class="headerlink" href="#migrating-from-stablenginx-ingress" title="Permanent link"> ¶</a></h3>
|
||||
<p>See detailed steps in the upgrading section of the <code>ingress-nginx</code> chart <a href="https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/README.md#migrating-from-stablenginx-ingress">README</a>.</p>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue