Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix instructions for observing colour change #1912

Merged
merged 1 commit into from
Apr 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion site/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ run:

```sh
kubectl -n demo port-forward deployment/podinfo 9898:9898 &
curl localhost:9898
```

Open your browser and navigate to `http://localhost:9898`.
Notice the updated `color` value in the JSON reply.

## Conclusion

Expand Down