From e2dfeef40aa5968702dfcf0263346edc2b4830d2 Mon Sep 17 00:00:00 2001 From: Jihoon Seo Date: Thu, 6 May 2021 09:50:40 +0900 Subject: [PATCH] Remove duplicate code block --- .../port-forward-access-application-cluster.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index 0a6d352d2c..a0b4d78dab 100644 --- a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -196,13 +196,6 @@ the slightly simpler syntax: kubectl port-forward deployment/mongo :27017 ``` -The output is similar to this: - -``` -Forwarding from 127.0.0.1:63753 -> 27017 -Forwarding from [::1]:63753 -> 27017 -``` - The `kubectl` tool finds a local port number that is not in use (avoiding low ports numbers, because these might be used by other applications). The output is similar to: