Deploy GitHub Pages

This commit is contained in:
aledbf 2020-05-01 15:16:55 +00:00
parent 40ada8beca
commit 5e816ff781
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.31.1
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
</code></pre></div>
<p>For interactive editing, use <code>kubectl edit deployment nginx-ingress-controller</code>.</p>