From bf3bbf42a2af768638946519e7548fefb8123c7e Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 11 Aug 2017 16:24:27 +0800 Subject: [PATCH] Update port-forward-access-application-cluster.md Fix leading spaces in kubectl commands --- .../port-forward-access-application-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index 884fac6d86..672495468a 100644 --- a/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -64,11 +64,11 @@ for database debugging. 1. Start the Redis command line interface: - redis-cli + redis-cli 1. At the Redis command line prompt, enter the `ping` command: - 127.0.0.1:6379>ping + 127.0.0.1:6379>ping A successful ping request returns PONG.