Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kairship-update-ingress images #3196

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/en/docs/kairship/resource/update-ingress.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Update multicloud ingress
# Update Multicloud Ingress

Currently, two update methods are provided: editing YAML and form update.

1. After entering a multicloud instance, in the left navigation bar, click `Resource Management` -> `Multicloud Ingress`, click `···` to update the ingress in the form.
1. After entering a multicloud instance, in the left navigation bar, click `Resource Management` -> `Multicloud Ingress`, click `` to update the ingress in the form.

<!--screenshot-->
![Ingress List](../images/update-ingress01.png)

2. In the `Edit YAML` pop-up window, modify the YAML information, click OK to update the ingress.
2. In the `Edit YAML` pop-up window, modify the YAML information, click `OK` to update the ingress.

<!--screenshot-->
![Edit YAML](../images/update-ingress02.png)

3. Click Update to update the ingress through the form, but the name, multicloud namespace, and cluster of Ingress Class cannot be updated.
3. Click `Update` to update the ingress through the form, but the name, multicloud namespace, and cluster of Ingress Class cannot be updated.

<!--screenshot-->
![Update](../images/update-ingress03.png)

4. After completing the content that needs to be modified, click OK, and the update is successful.
4. After completing the content that needs to be modified, click `OK`, and the update is successful.
8 changes: 4 additions & 4 deletions docs/zh/docs/kairship/resource/update-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

目前提供了两种更新方式:编辑 YAML 和表单更新。

1. 进入某一个多云实例后,在左侧导航栏中,点击`资源管理` -> `多云路由`,点击`···`可以表单更新路由。
1. 进入某一个多云实例后,在左侧导航栏中,点击`资源管理` -> `多云路由`,点击``可以表单更新路由。

![路由列表](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/update-ingress01.png)

2. 在`编辑 YAML`弹窗中,修改 YAML 信息,点击确定则更新了路由
2. 在`编辑 YAML`弹窗中,修改 YAML 信息,点击`确定`则更新了路由

![YAML 更新](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/update-ingress03.png)

3. 点击更新,可以通过表单方式更新路由,名称、多云命名空间、Ingress Class 的集群无法更新。
3. 点击`更新`,可以通过表单方式更新路由,名称、多云命名空间、Ingress Class 的集群无法更新。

![表单更新](https://docs.daocloud.io/daocloud-docs-images/docs/kairship/images/update-ingress02.png)

4. 完成需要修改的内容后点击确定,更新成功。
4. 完成需要修改的内容后点击`确定`,更新成功。
Loading