From a5e52cc88ad4578ab2283104ad0ba96fe5d65d83 Mon Sep 17 00:00:00 2001 From: hwdef Date: Mon, 26 Aug 2019 09:42:40 +0800 Subject: [PATCH] Fix typo in kubectl describe docs Kubernetes-commit: e8e367cd703a29a75238ffcb39ffb262528641d4 --- docs/book/pages/resource_printing/describe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/pages/resource_printing/describe.md b/docs/book/pages/resource_printing/describe.md index 2f7af0db5..13fe6eceb 100644 --- a/docs/book/pages/resource_printing/describe.md +++ b/docs/book/pages/resource_printing/describe.md @@ -64,5 +64,5 @@ When Describing a Resource, it may aggregate information from several other Reso a Node will aggregate Pod Resources to print the Node utilization. When Getting a Resource, it will only print information available from reading that Resource. While Get may aggregate -data from the the *fields* of that Resource, it won't look at fields from other Resources. +data from the *fields* of that Resource, it won't look at fields from other Resources. {% endpanel %}