From a7aa98248ebc9d85064976b26e59ce35b2c8252f Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Thu, 25 Apr 2019 12:47:42 +0800 Subject: [PATCH] Fix a 404 link error in explore document --- .../docs/tutorials/kubernetes-basics/explore/explore-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html index ea4404b9d65d1..278dbe17651c9 100644 --- a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html @@ -108,7 +108,7 @@

Node overview

Troubleshooting with kubectl

-

In Module 2, 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:

+

In Module 2, 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:

  • kubectl get - list resources
  • kubectl describe - show detailed information about a resource