revert some changes to avoid conflicts

Signed-off-by: 123liubao <chenly_61@163.com>
This commit is contained in:
123liubao 2021-11-19 14:04:11 +08:00
parent f6a7d7e87e
commit 28e4ff65f0
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ KubeSphere 项目中的网关是一个[ NGINX Ingress 控制器](https://www.ngi
**LoadBalancer**:通过网关访问服务的单独 IP 地址。
3. 在**设置网关**对话框,您可以启用**链路追踪**以使用 Tracing 功能和[不同的灰度发布策略](../../project-user-guide/grayscale-release/overview/)。如果启用**链路追踪**后无法访问路由,请在路由 (Ingress) 中添加注解(例如 `nginx.ingress.kubernetes.io/service-upstream: true`)。
3. 在**设置网关**对话框,您可以启用**应用治理**以使用 Tracing 功能和[不同的灰度发布策略](../../project-user-guide/grayscale-release/overview/)。如果启用**应用治理**后无法访问路由,请在路由 (Ingress) 中添加注解(例如 `nginx.ingress.kubernetes.io/service-upstream: true`)。
4. 选择访问方式后点击**保存**。

View File

@ -180,7 +180,7 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
具有 `operator` 角色的用户是项目维护者,可以管理项目中除用户和角色以外的资源。
{{</ notice >}}
6. 在创建[应用路由](../../project-user-guide/application-workloads/routes/)(即 Kubernetes 中的 [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/))之前,需要启用该项目的网关。网关是在项目中运行的 [NGINX Ingress 控制器](https://github.com/kubernetes/ingress-nginx)。若要设置网关,请转到**项目设置**中的**网关设置**,然后点击**设置网关**。此步骤中仍使用帐户 `project-admin`
6. 在创建[应用路由](../../project-user-guide/application-workloads/routes/)(即 Kubernetes 中的 [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/))之前,需要启用该项目的网关。网关是在项目中运行的 [NGINX Ingress 控制器](https://github.com/kubernetes/ingress-nginx)。若要设置网关,请转到**项目设置**中的**网关设置**,然后点击**开启网关**。此步骤中仍使用帐户 `project-admin`
7. 选择访问方式 **NodePort**,然后点击**保存**。