[zh] Sync ingress/gateway-api/ (#15321)

This commit is contained in:
Michael 2024-06-25 11:04:19 +08:00 committed by GitHub
parent a99530e750
commit 7c642d7da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -62,7 +62,7 @@ Gateway API 与 Istio API如 Gateway 和 VirtualService有很多相似之
有关 API 的信息,请参阅 [Gateway API](https://gateway-api.sigs.k8s.io/) 文档。
在本例中,我们将部署一个简单的应用程序,并使用 `Gateway` 将其暴露到外部。
在本例中,我们将部署一个简单的应用,并使用 `Gateway` 将其暴露到外部。
1. 首先部署一个 `httpbin` 测试应用:
@ -312,10 +312,6 @@ spec:
## 网格流量 {#mesh-traffic}
{{< warning >}}
使用 Gateway API 配置内部网格流量目前是一个还在开发的[实验性特性](https://gateway-api.sigs.k8s.io/geps/overview/#status)。
{{< /warning >}}
Gateway API 也可以用来配置网格流量。
具体做法是配置 `parentRef` 指向一个服务,而不是指向一个 Gateway。