Skip to content

Commit

Permalink
Merge pull request #1138 from spidernet-io/docs/update
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
weizhoublue authored Jan 21, 2024
2 parents 1e4de21 + fdccebf commit 0f65bc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/usage/Install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,3 @@ helm repo update
$ curl 10.6.1.92:8080
Remote IP: 172.22.0.110
```
## Uninstalling EgressGateway
In order to ensure uninterrupted business flow, the `egressgateway` incorporates a finalizer mechanism. When deleting the `egressgateway`, if there are `policies` referencing it, the `egressgateway` will remain in the "deleting" state until all `policies` are deleted, and the finalizer will be automatically removed.
Therefore, if you want to delete the `egressgateway`, it is recommended to follow these steps:
1. Delete all `policies` that reference the `egressgateway`.
2. Delete the `egressgateway`.
6 changes: 0 additions & 6 deletions docs/usage/Install.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,3 @@ helm repo update
$ curl 10.6.1.92:8080
Remote IP: 172.22.0.110
```
## 卸载 EgressGateway
为了保证业务不断流,`egressgateway` 中加入了 finalizer 机制,删除 `egressgateway` 时,如果存在 policy 引用此 `egressgateway``egressgateway` 会一直处于 deleting 状态, 直到 所有的 policy 被删除,finalizer 就会被自动删除。
所以,如果要删除 `egressgateway`,建议使用如下步骤:
1. 删除所有引用 egressgateway 的 policy
2. 删除 egressgateway

1 comment on commit 0f65bc3

@weizhoublue
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.