Skip to content

Commit de7409b

Browse files
committed
sync ingress service custom-resource-definitions
1 parent 7c958a6 commit de7409b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

content/zh-cn/docs/concepts/services-networking/ingress.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ weight: 30
2626

2727
{{< glossary_definition term_id="ingress" length="all" >}}
2828

29+
{{< note >}}
30+
<!--
31+
Ingress is frozen. New features are being added to the [Gateway API](/docs/concepts/services-networking/gateway/).
32+
-->
33+
入口(Ingress)目前已停止更新。新的功能正在集成至[网关 API](/zh-cn/docs/concepts/services-networking/gateway/) 中。
34+
{{< /note >}}
35+
2936
<!-- body -->
3037

3138
<!--

content/zh-cn/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,15 +1690,15 @@ Learn more about Services and how they fit into Kubernetes:
16901690
* Read about [Ingress](/docs/concepts/services-networking/ingress/), which
16911691
exposes HTTP and HTTPS routes from outside the cluster to Services within
16921692
your cluster.
1693-
* Read about [Gateway](https://gateway-api.sigs.k8s.io/), an extension to
1693+
* Read about [Gateway](/docs/concepts/services-networking/gateway/), an extension to
16941694
Kubernetes that provides more flexibility than Ingress.
16951695
-->
16961696
进一步学习 Service 及其在 Kubernetes 中所发挥的作用:
16971697

16981698
* 完成[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程。
16991699
* 阅读 [Ingress](/zh-cn/docs/concepts/services-networking/ingress/) 文档。Ingress
17001700
负责将来自集群外部的 HTTP 和 HTTPS 请求路由给集群内的服务。
1701-
* 阅读 [Gateway](https://gateway-api.sigs.k8s.io/) 文档。Gateway 作为 Kubernetes 的扩展提供比
1701+
* 阅读 [Gateway](/zh-cn/docs/concepts/services-networking/gateway/) 文档。Gateway 作为 Kubernetes 的扩展提供比
17021702
Ingress 更高的灵活性。
17031703

17041704
<!--

content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,9 +1125,9 @@ kubectl apply -f my-crontab.yaml
11251125
crontab "my-new-cron-object" created
11261126
```
11271127
<!--
1128-
## Validation rules
1128+
### Validation rules
11291129
-->
1130-
## 验证规则
1130+
### 验证规则
11311131

11321132
{{< feature-state state="beta" for_k8s_version="v1.25" >}}
11331133

0 commit comments

Comments
 (0)