Skip to content

Commit

Permalink
add note to kubectl port-forward
Browse files Browse the repository at this point in the history
Signed-off-by: Weiping Cai <[email protected]>
  • Loading branch information
Cweiping committed Dec 15, 2020
1 parent 7ad6aec commit 5d7082a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ for database debugging.
I0710 14:43:38.274797 3655 portforward.go:225] Forwarding from [::1]:7000 -> 6379
```
{{< note >}}
`kubectl port-forward` will not return, needs to open another terminal window to continue with the exercises.
{{< /note >}}
2. Start the Redis command line interface:
```shell
Expand Down

0 comments on commit 5d7082a

Please sign in to comment.