Skip to content

Commit

Permalink
Fixes: pulumi#235 update the wording of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jun 28, 2019
1 parent 7a6b605 commit cfbb667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws-ts-eks-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,12 @@ After cloning this repo, from this working directory, run these commands:
$ kubectl delete deployment my-nginx
```

Of course, by doing so, resources are outside of Pulumi's purview, but this simply
By deploying this nginx image in this way, it is outside of Pulumi's control. But this is simply to show that we can
control our cluster via the CLI as well.
1. Experimentation
From here on, feel free to experiment. Simply making edits and running `pulumi up` afterwords, will incrementally update your stack.
From here on, feel free to experiment. Simply making edits and running `pulumi up` afterwards, will incrementally update your stack.
### Running Off-the-Shelf Guestbook YAML
Expand Down

0 comments on commit cfbb667

Please sign in to comment.