Sync #13798 into Chinese (#13802)

This commit is contained in:
Wilson Wu 2023-09-01 11:44:39 +08:00 committed by GitHub
parent 01eb11de75
commit a3dc423034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 10 deletions

View File

@ -3,14 +3,9 @@
{{< tip >}}
{{< boilerplate gateway-api-future >}}
{{< boilerplate gateway-api-choose >}}
请注意,本文使用 Gateway API 配置内部网格(东西)流量,即不仅是 Ingress南北流量。
配置内部网格流量是 Gateway API 的[实验性特性](https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard)
目前正在开发中,等待[上游协议](https://gateway-api.sigs.k8s.io/contributing/gamma/)。
确保在使用 Gateway API 之前安装实验性的 CRD
{{< text syntax=bash snip_id=install_experimental_crds >}}
$ kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref={{< k8s_gateway_api_version >}}" | kubectl apply -f -
{{< /text >}}
{{< /tip >}}
{{< warning >}}
请注意,本文使用 Gateway API 配置内部网格(东西)流量,即不仅是 Ingress南北流量。
使用 Gateway API 配置内部网格流量目前是一个还在开发的[实验性特性](https://gateway-api.sigs.k8s.io/geps/overview/#status)。
{{< /warning >}}