Add missing space in documentation line (#19013)

This commit is contained in:
Jamie Luckett
2020-02-19 20:38:48 +00:00
committed by GitHub
parent f16c41b5ac
commit fefda3e4ea
@@ -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