Skip to content

Commit 663eb69

Browse files
committed
sync custom-resources http-proxy-access-api
1 parent 7a9c3ec commit 663eb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ selectable fields.
646646
{{% code_sample file="customresourcedefinition/shirt-resource-definition.yaml" %}}
647647

648648
<!--
649-
Field selectors can then be used to get only resources with with a `color` of `blue`:
649+
Field selectors can then be used to get only resources with a `color` of `blue`:
650650
-->
651651
字段选择算符随后可用于仅获取 `color``blue` 的资源:
652652

content/zh-cn/docs/tasks/extend-kubernetes/http-proxy-access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you do not already have an application running in your cluster, start
3030
如果你的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
3131

3232
```shell
33-
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
33+
kubectl create deployment hello-app --image=gcr.io/google-samples/hello-app:2.0 --port=8080
3434
```
3535

3636

0 commit comments

Comments
 (0)