From d3aa9c16e04dc7f5d278e57476beb3b85fca67e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 16 Nov 2023 16:01:56 +0800 Subject: [PATCH] Update deploy-by-helm.md --- .../current/ops/deploy-by-helm.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/deploy-by-helm.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/deploy-by-helm.md index 5dcf4c998f..1c8be3ac0e 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/deploy-by-helm.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/deploy-by-helm.md @@ -1,4 +1,4 @@ ---- +![image](https://github.com/higress-group/higress-group.github.io/assets/6763318/ebe50a56-8abf-41d0-9511-3fb53c6ec9f8)--- title: 使用 Helm 进行云原生部署 keywords: [deploy,helm,kubernetes,k8s,ops] description: Higress Helm部署. @@ -33,7 +33,9 @@ helm install higress higress.io/higress -n higress-system --create-namespace | global.disableAlpnH2 | 是否在 ALPN 中禁用 HTTP/2 协议 | true | | global.enableStatus | 若为`true`, Higress Controller 将会更新 Ingress 资源的 `status` 字段。
为避免从 Nginx Ingress 迁移过程中,覆盖 Ingress 对象的 `status` 字段,可以将这一参数设置为`false`,这样 Higress 默认就不会将入口 IP 写入 Ingress 的 `status` 字段。 | true | | global.enableIstioAPI | 若为`true`,Higress Controller 将同时监听 istio 资源 | false | -| global.istioNamespace | istio 安装到的命名空间 | istio-system | +| global.enableGlobalAPI | 若为`true`,Higress Controller 将同时监听 Gateway API 资源 | false | +| global.onlyPushRouteCluster | 若为`true`,Higress Controller 将会只推送被路由关联的服务 | true | + | **核心组件参数** | | | | higress-core.gateway.replicas | Higress Gateway 的 pod 数量 | 2 | | higress-core.controller.replicas | Higress Controller 的 pod 数量 | 1 |