Deploy GitHub Pages
This commit is contained in:
parent
4b9780555c
commit
87d9b2a73f
4 changed files with 50 additions and 60 deletions
|
|
@ -1420,16 +1420,6 @@ Do not move it without providing redirects.
|
|||
<span class="go">Use "ingress-nginx [command] --help" for more information about a command.</span>
|
||||
</code></pre></div>
|
||||
|
||||
<p>If a new <code>ingress-nginx</code> version has just been released, the plugin may not yet have been updated inside the repository. In that case, you can install the latest version of the plugin by running:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="go">(</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.24.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>
|
||||
</code></pre></div>
|
||||
|
||||
<p>Replacing <code>0.24.0</code> with the recently released version.</p>
|
||||
<h2 id="common-flags">Common Flags<a class="headerlink" href="#common-flags" title="Permanent link"> ¶</a></h2>
|
||||
<ul>
|
||||
<li>Every subcommand supports the basic <code>kubectl</code> configuration flags like <code>--namespace</code>, <code>--context</code>, <code>--client-key</code> and so on.</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue