Fixed small typo

This commit is contained in:
Luis E. P 2020-01-17 22:52:29 +00:00
parent 3096b997b7
commit 5ae35dffb2

View File

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