Fix a 404 link error in explore document (#14035)

This commit is contained in:
WanLinghao 2019-04-25 19:20:47 +08:00 committed by Kubernetes Prow Robot
parent c90ffb93cc
commit 5ffd272aef
1 changed files with 1 additions and 1 deletions

View File

@ -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>