Adds note about exiting watch mode

This commit is contained in:
Sam O'Dell 2018-07-18 14:17:17 -07:00 committed by GitHub
parent 911ca4117a
commit e0887a5370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ Build the application container and publish it to a container registry:
``` ```
kubectl get deploy --watch kubectl get deploy --watch
``` ```
> Note: Use CTRL+C to exit watch mode.
1. Watch the pod traffic ramp up. 1. Watch the pod traffic ramp up.
``` ```