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: