You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Install APISIX and APISIX Ingress Controller (Standalone API-driven mode)
47
47
48
-
Install the Gateway API CRDs, APISIX, and APISIX Ingress Controller using the following commands:
48
+
Install the Gateway API CRDs, [APISIX Standalone API-driven mode](https://apisix.apache.org/docs/apisix/deployment-modes/#api-driven-experimental), and APISIX Ingress Controller using the following commands:
Copy file name to clipboardExpand all lines: docs/en/latest/upgrade-guide.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ etcdserver:
66
66
67
67
In 2.0.0, all data plane configurations must originate from the Ingress Controller. Configurations via Admin API or any external methods are no longer supported and will be ignored or may cause errors.
68
68
69
+
#### APISIX With Etcd (Admin API) synchronization performance
70
+
71
+
In APISIX Ingress Controller 2.0.0, ADC performs scheduled resource synchronization by comparing resources against the admin API response.
72
+
73
+
Because the Admin API fills in default values, the submitted content may differ from the returned result. This breaks the diff, triggering full updates to data plane resources, causing cache invalidation and significant performance impact.
0 commit comments