diff --git a/docs/usage/Install.en.md b/docs/usage/Install.en.md index f7dd0a2be..d0688a9c2 100644 --- a/docs/usage/Install.en.md +++ b/docs/usage/Install.en.md @@ -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`. \ No newline at end of file diff --git a/docs/usage/Install.zh.md b/docs/usage/Install.zh.md index f63a9ffb5..c407079d1 100644 --- a/docs/usage/Install.zh.md +++ b/docs/usage/Install.zh.md @@ -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 \ No newline at end of file