Skip to content

Commit 839873d

Browse files
authored
Merge pull request #25624 from Cweiping/feature/add_note_port_forward
add note to kubectl port-forward
2 parents d338c04 + aec2737 commit 839873d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ for database debugging.
162162
Forwarding from [::1]:7000 -> 6379
163163
```
164164
165+
{{< note >}}
166+
167+
`kubectl port-forward` does not return. To continue with the exercises, you will need to open another terminal.
168+
169+
{{< /note >}}
170+
165171
2. Start the Redis command line interface:
166172
167173
```shell

0 commit comments

Comments
 (0)