From 3d70c1622feeb5d41431c02475ebff899b234132 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Sat, 11 Aug 2018 20:07:54 +0800 Subject: [PATCH] fix the command output (#9813) I have verified on version v1.11 --- .../port-forward-access-application-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 97f8bc7934..8c3fda3cea 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 @@ -32,7 +32,7 @@ for database debugging. The output of a successful command verifies that the deployment was created: - deployment "redis-master" created + deployment.apps/redis-master created View the pod status to check that it is ready: @@ -68,7 +68,7 @@ for database debugging. The output of a successful command verifies that the service was created: - service "redis-master" created + service/redis-master created Check the service created: