Skip to content

Commit 5f4a3ff

Browse files
authored
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: <none> ```
1 parent 0ca94ee commit 5f4a3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/access-application-cluster/connecting-frontend-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ View information about the backend Deployment:
8282
查看后端的 Deployment 信息:
8383

8484
```shell
85-
kubectl describe deployment hello
85+
kubectl describe deployment backend
8686
```
8787

8888
<!--

0 commit comments

Comments
 (0)