Deploy GitHub Pages
This commit is contained in:
parent
e2c1e93055
commit
02cf70e8fc
20 changed files with 67 additions and 67 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>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>nginx-ingress-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> 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
|
||||
<span class=go>[</span>
|
||||
<span class=go> {</span>
|
||||
<span class=go> "name": "default-apple-service-5678",</span>
|
||||
|
|
@ -174,7 +174,7 @@ Do not move it without providing redirects.
|
|||
<span class=go> https://github.com/kubernetes/ingress-nginx/issues/3174</span>
|
||||
|
||||
<span class=go>Checking deployments...</span>
|
||||
<span class=go>✗ namespace2/nginx-ingress-controller</span>
|
||||
<span class=go>✗ namespace2/ingress-nginx-controller</span>
|
||||
<span class=go> - Uses removed config flag --sort-backends</span>
|
||||
<span class=go> Lint added for version 0.22.0</span>
|
||||
<span class=go> https://github.com/kubernetes/ingress-nginx/issues/3655</span>
|
||||
|
|
@ -189,7 +189,7 @@ Do not move it without providing redirects.
|
|||
<span class=go> https://github.com/kubernetes/ingress-nginx/issues/3743</span>
|
||||
|
||||
<span class=go>Checking deployments...</span>
|
||||
<span class=go>✗ namespace2/nginx-ingress-controller</span>
|
||||
<span class=go>✗ namespace2/ingress-nginx-controller</span>
|
||||
<span class=go> - Uses removed config flag --enable-dynamic-certificates</span>
|
||||
<span class=go> Lint added for version 0.24.0</span>
|
||||
<span class=go> https://github.com/kubernetes/ingress-nginx/issues/3808</span>
|
||||
|
|
@ -210,7 +210,7 @@ Do not move it without providing redirects.
|
|||
<span class=go>I0405 16:53:46.193913 7 event.go:209] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"82258915-563e-11e9-9c52-025000000001", APIVersion:"v1", ResourceVersion:"494", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services</span>
|
||||
<span class=go>...</span>
|
||||
</code></pre></div> <h3 id=ssh>ssh<a class=headerlink href=#ssh title="Permanent link"> ¶</a></h3> <p><code>kubectl ingress-nginx ssh</code> is exactly the same as <code>kubectl ingress-nginx exec -it -- /bin/bash</code>. Use it when you want to quickly be dropped into a shell inside a running <code>ingress-nginx</code> container.</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> kubectl ingress-nginx ssh -n ingress-nginx
|
||||
<span class=gp>www-data@nginx-ingress-controller-7cbf77c976-wx5pn:/etc/nginx$</span>
|
||||
<span class=gp>www-data@ingress-nginx-controller-7cbf77c976-wx5pn:/etc/nginx$</span>
|
||||
</code></pre></div> </article> </div> </div> </main> <footer class=md-footer> <div class=md-footer-nav> <nav class="md-footer-nav__inner md-grid" aria-label=Footer> <a href=../troubleshooting/ class="md-footer-nav__link md-footer-nav__link--prev" rel=prev> <div class="md-footer-nav__button md-icon"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </div> <div class=md-footer-nav__title> <div class=md-ellipsis> <span class=md-footer-nav__direction> Previous </span> Troubleshooting </div> </div> </a> <a href=../deploy/ class="md-footer-nav__link md-footer-nav__link--next" rel=next> <div class=md-footer-nav__title> <div class=md-ellipsis> <span class=md-footer-nav__direction> Next </span> Installation Guide </div> </div> <div class="md-footer-nav__button md-icon"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-footer-copyright> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> </div> </div> </footer> </div> <script src=../assets/javascripts/vendor.93c04032.min.js></script> <script src=../assets/javascripts/bundle.83e5331e.min.js></script><script id=__lang type=application/json>{"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing"}</script> <script>
|
||||
app = initialize({
|
||||
base: "..",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue