Skip to content

Commit

Permalink
[zh] Sync /additional-setup/gateway/ (#13861)
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea authored Sep 13, 2023
1 parent a41073d commit 01822c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/zh/docs/setup/additional-setup/gateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ $ helm install istio-ingressgateway istio/gateway -n istio-ingress
Helm 代码仓库中的 [README](https://artifacthub.io/packages/helm/istio-official/gateway)
包含了更多使用信息。

{{< tip >}}

在一个 OpenShift 集群中部署网关时,请使用 `openshift-values.yaml` 文件覆盖默认值,例如:

{{< text bash >}}
$ helm install istio-ingressgateway istio/gateway -n istio-ingress -f @manifests/charts/gateway/openshift-values.yaml@
{{< /text >}}

{{< /tip >}}

{{< /tab >}}

{{< tab name="Kubernetes YAML" category-value="yaml" >}}
Expand Down

0 comments on commit 01822c2

Please sign in to comment.