Deploy GitHub Pages
This commit is contained in:
parent
2890f37c59
commit
82f7ad5648
4 changed files with 51 additions and 73 deletions
|
|
@ -401,13 +401,6 @@
|
|||
exec
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#general" class="md-nav__link">
|
||||
general
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1267,13 +1260,6 @@
|
|||
exec
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#general" class="md-nav__link">
|
||||
general
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -1526,14 +1512,6 @@ Do not move it without providing redirects.
|
|||
<span class="go">template</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="general">general<a class="headerlink" href="#general" title="Permanent link"> ¶</a></h3>
|
||||
<p><code>kubectl ingress-nginx general</code> dumps miscellaneous controller state as a JSON object. Currently it just shows the number of controller pods known to a particular controller pod.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="gp">$</span> kubectl ingress-nginx general -n ingress-nginx
|
||||
<span class="go">{</span>
|
||||
<span class="go"> "controllerPodsCount": 1</span>
|
||||
<span class="go">}</span>
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="info">info<a class="headerlink" href="#info" title="Permanent link"> ¶</a></h3>
|
||||
<p>Shows the internal and external IP/CNAMES for an <code>ingress-nginx</code> service.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="gp">$</span> kubectl ingress-nginx info -n ingress-nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue