Deploy GitHub Pages
This commit is contained in:
parent
cf02fca93e
commit
03330466c1
8 changed files with 61 additions and 60 deletions
|
|
@ -1097,9 +1097,9 @@
|
|||
<h1 id="upgrading">Upgrading<a class="headerlink" href="#upgrading" title="Permanent link">¶</a></h1>
|
||||
<div class="admonition important">
|
||||
<p class="admonition-title">Important</p>
|
||||
</div>
|
||||
<p>No matter the method you use for upgrading, <em>if you use template overrides,
|
||||
make sure your templates are compatible with the new version of ingress-nginx</em>.</p>
|
||||
</div>
|
||||
<h2 id="without-helm">Without Helm<a class="headerlink" href="#without-helm" title="Permanent link">¶</a></h2>
|
||||
<p>To upgrade your ingress-nginx installation, it should be enough to change the version of the image
|
||||
in the controller Deployment.</p>
|
||||
|
|
@ -1124,7 +1124,7 @@ in the controller Deployment.</p>
|
|||
<p>simply change the <code class="codehilite">0.9.0</code> tag to the version you wish to upgrade to.
|
||||
The easiest way to do this is e.g. (do note you may need to change the name parameter according to your installation):</p>
|
||||
<div class="codehilite"><pre><span></span>kubectl set image deployment/nginx-ingress-controller \
|
||||
nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.2
|
||||
nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.17.1
|
||||
</pre></div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue