Skip to content

Commit

Permalink
Add missing space in documentation line (#19013)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieluckett committed Feb 19, 2020
1 parent f16c41b commit fefda3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/docker-cli-to-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fefda3e

Please sign in to comment.