Deploy GitHub Pages

This commit is contained in:
aledbf 2020-06-11 14:24:51 +00:00
parent fd9780985e
commit c6b33710cb
5 changed files with 11 additions and 11 deletions

View file

@ -1224,7 +1224,7 @@ in the controller Deployment.</p>
<p>simply change the <code>0.30.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="highlight"><pre><span></span><code>kubectl set image deployment/nginx-ingress-controller \
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.33.0
</code></pre></div>
<p>For interactive editing, use <code>kubectl edit deployment nginx-ingress-controller</code>.</p>