Skip to content

Commit cb8e04f

Browse files
committed
add some detail about envoy-gateway-operator
1 parent 188bf50 commit cb8e04f

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

docs/en/solutions/How_to_Install_EnvoyGatewayOperator_And_UI_Before_ACP_4.2.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,31 @@ Once installation is complete, the status will change to **Installed** on the Op
5555
4. Select **EnvoyGatewayCtl** as the instance type and click **Create**
5656
5. In most cases, the default configuration is sufficient. Click **Create** to complete the setup.
5757

58+
##### How to Add Taint Tolerations to the Operator
59+
```bash
60+
kubectl -n envoy-gateway-operator patch subscription envoy-gateway-operator \
61+
--type='merge' \
62+
-p='{
63+
"spec": {
64+
"config": {
65+
"tolerations": [
66+
{
67+
"operator": "Exists"
68+
}
69+
]
70+
}
71+
}
72+
}'
73+
```
74+
###### How to Check the Operator Status
75+
After installation, you can verify the operator status using the following methods:
76+
77+
```bash
78+
kubectl get pods -n envoy-gateway-operator
79+
```
80+
The operator is running correctly when:
81+
- All pods in the `envoy-gateway-operator` namespace are in **Running** state
82+
5883
## Installing the GatewayAPI UI
5984

6085
### Important Notes
@@ -85,5 +110,6 @@ Before installing the GatewayAPI UI, ensure the following requirements are met:
85110
### Installation Steps
86111

87112
1. Navigate to **Administrator** > **Marketplace** > **Cluster Plugins**
88-
2. Locate and install the **Alauda Container Platform GatewayAPI Plugin**
89-
3. Once installed, a new **Gateway** menu item will appear under **Container Platform** > **Network**
113+
2. Switch to `global` cluster
114+
3. Locate and install the **Alauda Container Platform GatewayAPI Plugin**
115+
4. Once installed, a new **Gateway** menu item will appear under **Container Platform** > **Network**

0 commit comments

Comments
 (0)