sync custom-resources http-proxy-access-api

pull/46634/head
xin gu 2024-06-03 15:37:39 +08:00
parent 7a9c3ec9e1
commit 663eb69d0c
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ selectable fields.
{{% code_sample file="customresourcedefinition/shirt-resource-definition.yaml" %}}
<!--
Field selectors can then be used to get only resources with with a `color` of `blue`:
Field selectors can then be used to get only resources with a `color` of `blue`:
-->
字段选择算符随后可用于仅获取 `color``blue` 的资源:

View File

@ -30,7 +30,7 @@ If you do not already have an application running in your cluster, start
如果你的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
```shell
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
kubectl create deployment hello-app --image=gcr.io/google-samples/hello-app:2.0 --port=8080
```