Deploy GitHub Pages
This commit is contained in:
parent
2cd2f60efd
commit
1e5a218976
3 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ Do not move it without providing redirects.
|
||||||
<span class=go> --user string The name of the kubeconfig user to use</span>
|
<span class=go> --user string The name of the kubeconfig user to use</span>
|
||||||
|
|
||||||
<span class=go>Use "ingress-nginx [command] --help" for more information about a command.</span>
|
<span class=go>Use "ingress-nginx [command] --help" for more information about a command.</span>
|
||||||
</code></pre></div> <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> <li>Subcommands that act on a particular <code>ingress-nginx</code> pod (<code>backends</code>, <code>certs</code>, <code>conf</code>, <code>exec</code>, <code>general</code>, <code>logs</code>, <code>ssh</code>), support the <code>--deployment <deployment></code> and <code>--pod <pod></code> flags to select either a pod from a deployment with the given name, or a pod with the given name. The <code>--deployment</code> flag defaults to <code>ingress-nginx-controller</code>.</li> <li>Subcommands that inspect resources (<code>ingresses</code>, <code>lint</code>) support the <code>--all-namespaces</code> flag, which causes them to inspect resources in every namespace.</li> </ul> <h2 id=subcommands>Subcommands<a class=headerlink href=#subcommands title="Permanent link"> ¶</a></h2> <p>Note that <code>backends</code>, <code>general</code>, <code>certs</code>, and <code>conf</code> require <code>ingress-nginx</code> version <code>0.23.0</code> or higher.</p> <h3 id=backends>backends<a class=headerlink href=#backends title="Permanent link"> ¶</a></h3> <p>Run <code>kubectl ingress-nginx backends</code> to get a JSON array of the backends that an ingress-nginx controller currently knows about:</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> kubectl ingress-nginx backends -n ingress-nginx
|
</code></pre></div> <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> <li>Subcommands that act on a particular <code>ingress-nginx</code> pod (<code>backends</code>, <code>certs</code>, <code>conf</code>, <code>exec</code>, <code>general</code>, <code>logs</code>, <code>ssh</code>), support the <code>--deployment <deployment></code>, <code>--pod <pod></code>, and <code>--container <container></code> flags to select either a pod from a deployment with the given name, or a pod with the given name (and the given container name). The <code>--deployment</code> flag defaults to <code>ingress-nginx-controller</code>, and the <code>--container</code> flag defaults to <code>controller</code>.</li> <li>Subcommands that inspect resources (<code>ingresses</code>, <code>lint</code>) support the <code>--all-namespaces</code> flag, which causes them to inspect resources in every namespace.</li> </ul> <h2 id=subcommands>Subcommands<a class=headerlink href=#subcommands title="Permanent link"> ¶</a></h2> <p>Note that <code>backends</code>, <code>general</code>, <code>certs</code>, and <code>conf</code> require <code>ingress-nginx</code> version <code>0.23.0</code> or higher.</p> <h3 id=backends>backends<a class=headerlink href=#backends title="Permanent link"> ¶</a></h3> <p>Run <code>kubectl ingress-nginx backends</code> to get a JSON array of the backends that an ingress-nginx controller currently knows about:</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> kubectl ingress-nginx backends -n ingress-nginx
|
||||||
<span class=go>[</span>
|
<span class=go>[</span>
|
||||||
<span class=go> {</span>
|
<span class=go> {</span>
|
||||||
<span class=go> "name": "default-apple-service-5678",</span>
|
<span class=go> "name": "default-apple-service-5678",</span>
|
||||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue