Deploy GitHub Pages

This commit is contained in:
aledbf 2020-04-27 14:44:02 +00:00
parent 21dd2b2a20
commit 25432024d6
6 changed files with 11 additions and 16 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.0
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.31.1
</code></pre></div>
<p>For interactive editing, use <code>kubectl edit deployment nginx-ingress-controller</code>.</p>