From 5ffd272aefcdd5b15100272ad6711b70c87aef80 Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Thu, 25 Apr 2019 19:20:47 +0800 Subject: [PATCH] Fix a 404 link error in explore document (#14035) --- .../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 ea4404b9d6..278dbe1765 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 @@ weight: 10

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