sync ingress service custom-resource-definitions

pull/43843/head
xin gu 2023-11-07 19:47:25 +08:00
parent 7c958a62db
commit de7409b390
3 changed files with 11 additions and 4 deletions

View File

@ -26,6 +26,13 @@ weight: 30
{{< glossary_definition term_id="ingress" length="all" >}} {{< glossary_definition term_id="ingress" length="all" >}}
{{< note >}}
<!--
Ingress is frozen. New features are being added to the [Gateway API](/docs/concepts/services-networking/gateway/).
-->
入口Ingress目前已停止更新。新的功能正在集成至[网关 API](/zh-cn/docs/concepts/services-networking/gateway/) 中。
{{< /note >}}
<!-- body --> <!-- body -->
<!-- <!--

View File

@ -1690,7 +1690,7 @@ Learn more about Services and how they fit into Kubernetes:
* Read about [Ingress](/docs/concepts/services-networking/ingress/), which * Read about [Ingress](/docs/concepts/services-networking/ingress/), which
exposes HTTP and HTTPS routes from outside the cluster to Services within exposes HTTP and HTTPS routes from outside the cluster to Services within
your cluster. your cluster.
* Read about [Gateway](https://gateway-api.sigs.k8s.io/), an extension to * Read about [Gateway](/docs/concepts/services-networking/gateway/), an extension to
Kubernetes that provides more flexibility than Ingress. Kubernetes that provides more flexibility than Ingress.
--> -->
进一步学习 Service 及其在 Kubernetes 中所发挥的作用: 进一步学习 Service 及其在 Kubernetes 中所发挥的作用:
@ -1698,7 +1698,7 @@ Learn more about Services and how they fit into Kubernetes:
* 完成[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程。 * 完成[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程。
* 阅读 [Ingress](/zh-cn/docs/concepts/services-networking/ingress/) 文档。Ingress * 阅读 [Ingress](/zh-cn/docs/concepts/services-networking/ingress/) 文档。Ingress
负责将来自集群外部的 HTTP 和 HTTPS 请求路由给集群内的服务。 负责将来自集群外部的 HTTP 和 HTTPS 请求路由给集群内的服务。
* 阅读 [Gateway](https://gateway-api.sigs.k8s.io/) 文档。Gateway 作为 Kubernetes 的扩展提供比 * 阅读 [Gateway](/zh-cn/docs/concepts/services-networking/gateway/) 文档。Gateway 作为 Kubernetes 的扩展提供比
Ingress 更高的灵活性。 Ingress 更高的灵活性。
<!-- <!--

View File

@ -1125,9 +1125,9 @@ kubectl apply -f my-crontab.yaml
crontab "my-new-cron-object" created crontab "my-new-cron-object" created
``` ```
<!-- <!--
## Validation rules ### Validation rules
--> -->
## 验证规则 ### 验证规则
{{< feature-state state="beta" for_k8s_version="v1.25" >}} {{< feature-state state="beta" for_k8s_version="v1.25" >}}