Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-06-24 15:16:34 +00:00
parent 5f6f28d5ca
commit b9e3ec6368
7 changed files with 291 additions and 46 deletions

View file

@ -1145,7 +1145,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.15.0
nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.1
</pre></div>