File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
concepts/services-networking
tasks/extend-kubernetes/custom-resources Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ weight: 30
26
26
27
27
{{< glossary_definition term_id="ingress" length="all" >}}
28
28
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
+
29
36
<!-- body -->
30
37
31
38
<!--
Original file line number Diff line number Diff line change @@ -1690,15 +1690,15 @@ Learn more about Services and how they fit into Kubernetes:
1690
1690
* Read about [Ingress](/docs/concepts/services-networking/ingress/), which
1691
1691
exposes HTTP and HTTPS routes from outside the cluster to Services within
1692
1692
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
1694
1694
Kubernetes that provides more flexibility than Ingress.
1695
1695
-->
1696
1696
进一步学习 Service 及其在 Kubernetes 中所发挥的作用:
1697
1697
1698
1698
* 完成[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程。
1699
1699
* 阅读 [Ingress](/zh-cn/docs/concepts/services-networking/ingress/) 文档。Ingress
1700
1700
负责将来自集群外部的 HTTP 和 HTTPS 请求路由给集群内的服务。
1701
- * 阅读 [Gateway](https://gateway-api.sigs.k8s.io /) 文档。Gateway 作为 Kubernetes 的扩展提供比
1701
+ * 阅读 [Gateway](/zh-cn/docs/concepts/services-networking/gateway /) 文档。Gateway 作为 Kubernetes 的扩展提供比
1702
1702
Ingress 更高的灵活性。
1703
1703
1704
1704
<!--
Original file line number Diff line number Diff line change @@ -1125,9 +1125,9 @@ kubectl apply -f my-crontab.yaml
1125
1125
crontab "my-new-cron-object" created
1126
1126
` ` `
1127
1127
<!--
1128
- # # Validation rules
1128
+ # ## Validation rules
1129
1129
-->
1130
- # # 验证规则
1130
+ # ## 验证规则
1131
1131
1132
1132
{{< feature-state state="beta" for_k8s_version="v1.25" >}}
1133
1133
You can’t perform that action at this time.
0 commit comments