From 5f4a3fff9ec19bc11564810b2fabb4df81692114 Mon Sep 17 00:00:00 2001 From: jaron <77253497+jaronnie@users.noreply.github.com> Date: Sun, 18 Jul 2021 07:45:48 +0800 Subject: [PATCH] Update connecting-frontend-backend.md ``` Error from server (NotFound): deployments.apps "hello" not found ``` chang hello to backend ``` Name: backend Namespace: default CreationTimestamp: Sun, 18 Jul 2021 07:33:39 +0800 Labels: ``` --- .../access-application-cluster/connecting-frontend-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md b/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md index 42ebe8d250..93a230d365 100644 --- a/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md +++ b/content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md @@ -82,7 +82,7 @@ View information about the backend Deployment: 查看后端的 Deployment 信息: ```shell -kubectl describe deployment hello +kubectl describe deployment backend ```