Skip to content

Commit

Permalink
Update docker-cli-to-kubectl.md
Browse files Browse the repository at this point in the history
Minor typo correction
  • Loading branch information
caseydriscoll committed Jun 7, 2018
1 parent cfe4ac4 commit 98ab475
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 @@ -220,7 +220,7 @@ $ kubectl get po -l run=nginx-app
```

{{< note >}}
**Note:** When you use kubectl, you don't delete the pod directly.You have to fiirst delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
**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.
{{< /note >}}

#### docker login
Expand Down

0 comments on commit 98ab475

Please sign in to comment.