From 5ae35dffb2857eb6ca13b0432b020280e25bc0a8 Mon Sep 17 00:00:00 2001 From: "Luis E. P" Date: Fri, 17 Jan 2020 22:52:29 +0000 Subject: [PATCH] Fixed small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf7503..8d75762 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,6 @@ kubectl label node pike5 smarter-device-manager=enabled ``` The following command should show the node resources in a similar form as shown in previous example: ``` -kubectl descrive node pike5 +kubectl describe node pike5 ```