Deploy GitHub Pages
This commit is contained in:
parent
08bbca3b55
commit
df2c9db925
48 changed files with 143 additions and 3352 deletions
|
|
@ -1156,8 +1156,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../troubleshooting/" title="Debug & Troubleshooting" class="md-nav__link">
|
||||
Debug & Troubleshooting
|
||||
<a href="../troubleshooting/" title="Troubleshooting" class="md-nav__link">
|
||||
Troubleshooting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -1443,7 +1443,7 @@ Now, you are ready to create your first ingress.</p>
|
|||
<h3 id="detect-installed-version">Detect installed version<a class="headerlink" href="#detect-installed-version" title="Permanent link">¶</a></h3>
|
||||
<p>To detect which version of the ingress controller is running, exec into the pod and run <code class="codehilite">nginx-ingress-controller version</code> command.</p>
|
||||
<div class="codehilite"><pre><span></span><span class="go">POD_NAMESPACE=ingress-nginx</span>
|
||||
<span class="go">POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app=ingress-nginx -o jsonpath={.items[0].metadata.name})</span>
|
||||
<span class="go">POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app=ingress-nginx -o jsonpath='{.items[0].metadata.name}')</span>
|
||||
<span class="go">kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --version</span>
|
||||
</pre></div>
|
||||
|
||||
|
|
@ -1461,7 +1461,7 @@ To install the chart with the release name <code class="codehilite">my-nginx</co
|
|||
|
||||
|
||||
<p>Detect installed version:</p>
|
||||
<div class="codehilite"><pre><span></span><span class="go">POD_NAME=$(kubectl get pods -l app=nginx-ingress -o jsonpath={.items[0].metadata.name})</span>
|
||||
<div class="codehilite"><pre><span></span><span class="go">POD_NAME=$(kubectl get pods -l app=nginx-ingress -o jsonpath='{.items[0].metadata.name}')</span>
|
||||
<span class="go">kubectl exec -it $POD_NAME -- /nginx-ingress-controller --version</span>
|
||||
</pre></div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1081,8 +1081,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../troubleshooting/" title="Debug & Troubleshooting" class="md-nav__link">
|
||||
Debug & Troubleshooting
|
||||
<a href="../../troubleshooting/" title="Troubleshooting" class="md-nav__link">
|
||||
Troubleshooting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
|
|
@ -1047,8 +1047,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../troubleshooting/" title="Debug & Troubleshooting" class="md-nav__link">
|
||||
Debug & Troubleshooting
|
||||
<a href="../../troubleshooting/" title="Troubleshooting" class="md-nav__link">
|
||||
Troubleshooting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue