Fix a 404 link error in explore document (#14035)
This commit is contained in:
parent
c90ffb93cc
commit
5ffd272aef
|
|
@ -108,7 +108,7 @@ weight: 10
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h2>Troubleshooting with kubectl</h2>
|
<h2>Troubleshooting with kubectl</h2>
|
||||||
<p>In Module <a href="/docs/tutorials/kubernetes-basics/deploy/deploy-intro/">2</a>, you used Kubectl command-line interface. You'll continue to use it in Module 3 to get information about deployed applications and their environments. The most common operations can be done with the following kubectl commands:</p>
|
<p>In Module <a href="/docs/tutorials/kubernetes-basics/deploy-intro/">2</a>, you used Kubectl command-line interface. You'll continue to use it in Module 3 to get information about deployed applications and their environments. The most common operations can be done with the following kubectl commands:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>kubectl get</b> - list resources</li>
|
<li><b>kubectl get</b> - list resources</li>
|
||||||
<li><b>kubectl describe</b> - show detailed information about a resource</li>
|
<li><b>kubectl describe</b> - show detailed information about a resource</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue