Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2023-05-01 11:33:07 +00:00
parent 2cd2f60efd
commit 1e5a218976
3 changed files with 2 additions and 2 deletions

View file

@ -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>Use &quot;ingress-nginx [command] --help&quot; 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 &lt;deployment&gt;</code> and <code>--pod &lt;pod&gt;</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 &lt;deployment&gt;</code>, <code>--pod &lt;pod&gt;</code>, and <code>--container &lt;container&gt;</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> &quot;name&quot;: &quot;default-apple-service-5678&quot;,</span>

File diff suppressed because one or more lines are too long

Binary file not shown.