Deploy GitHub Pages

This commit is contained in:
Travis Bot 2020-02-15 12:53:38 +00:00
parent 4ee56b534d
commit f7090878ba
10 changed files with 82 additions and 66 deletions

View file

@ -1236,7 +1236,7 @@ in the controller Deployment.</p>
<p>simply change the <code class="codehilite"><span class="err">0.9.0</span></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><code><span class="err">kubectl set image deployment/nginx-ingress-controller \</span>
<span class="err"> nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.28.0</span>
<span class="err"> nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.29.0</span>
</code></pre></div>
<p>For interactive editing, use <code class="codehilite"><span class="err">kubectl edit deployment nginx-ingress-controller</span></code>.</p>