Deploy GitHub Pages
This commit is contained in:
parent
ad2830dede
commit
fe1a2ca795
3 changed files with 7 additions and 2 deletions
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
@ -1294,7 +1294,12 @@ methods to obtain more information.</p>
|
|||
|
||||
<p>Use the <code class="codehilite">ingress-nginx</code> kubectl plugin</p>
|
||||
<p>Install <a href="https://github.com/GoogleContainerTools/krew">krew</a>, then run
|
||||
<div class="codehilite"><pre><span></span><span class="gp">$</span> kubectl krew install --manifest https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/cmd/plugin/release/ingress-nginx.yaml
|
||||
<div class="codehilite"><pre><span></span><span class="gp">$</span> <span class="o">(</span>
|
||||
<span class="go"> set -x; cd "$(mktemp -d)" &&</span>
|
||||
<span class="go"> curl -fsSLO "https://github.com/kubernetes/ingress-nginx/releases/download/nginx-0.23.0/{ingress-nginx.yaml,kubectl-ingress_nginx-$(uname | tr '[:upper:]' '[:lower:]')-amd64.tar.gz}" &&</span>
|
||||
<span class="go"> kubectl krew install \</span>
|
||||
<span class="go"> --manifest=ingress-nginx.yaml --archive=kubectl-ingress_nginx-$(uname | tr '[:upper:]' '[:lower:]')-amd64.tar.gz</span>
|
||||
<span class="go">)</span>
|
||||
</pre></div>
|
||||
to install the plugin. Then run
|
||||
<div class="codehilite"><pre><span></span><span class="gp">$</span> kubectl ingress-nginx --help
|
||||
|
|
Loading…
Reference in a new issue