Skip to content

Commit

Permalink
doc: inject name in kubectl run
Browse files Browse the repository at this point in the history
  • Loading branch information
detailyang authored Dec 4, 2018
1 parent e1820fb commit 9059fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Imagine I want to deploy nginx to a Kubernetes cluster. I'd probably type something like this in my terminal:

```bash
kubectl run --image=nginx --replicas=3
kubectl run nginx --image=nginx --replicas=3
```

and hit enter. After a few seconds, I should see three nginx pods spread across all my worker nodes. It works like magic, and that's great! But what's really going on under the hood?
Expand Down

0 comments on commit 9059fb7

Please sign in to comment.