Add missing space in documentation line (#19013)

This commit is contained in:
Jamie Luckett
2020-02-19 20:38:48 +00:00
committed by vineeth
parent 9e873259db
commit a77400801a
@@ -281,7 +281,7 @@ kubectl get po -l run=nginx-app
```
{{< note >}}
When you use kubectl, you don't delete the pod directly.You have to first delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
When you use kubectl, you don't delete the pod directly. You have to first delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
{{< /note >}}
## docker login