mirror of https://github.com/knative/docs.git
Adds note about exiting watch mode
This commit is contained in:
parent
911ca4117a
commit
e0887a5370
|
@ -84,7 +84,8 @@ Build the application container and publish it to a container registry:
|
|||
```
|
||||
kubectl get deploy --watch
|
||||
```
|
||||
|
||||
> Note: Use CTRL+C to exit watch mode.
|
||||
|
||||
1. Watch the pod traffic ramp up.
|
||||
```
|
||||
kubectl get pods -n hey --show-all --watch
|
||||
|
|
Loading…
Reference in New Issue