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
Copy file name to clipboardExpand all lines: docs/en/latest/concepts/resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Enable additional features not included in the standard Kubernetes Gateway API,
70
70
71
71

72
72
73
-
## Ingress API Extensions
73
+
###Ingress API Extensions
74
74
75
75
APISIX Ingress Controller CRDs extend Kubernetes functionality to provide declarative configuration management for the Apache APISIX gateway, supporting advanced routing, traffic management, and security policies.
Copy file name to clipboardExpand all lines: docs/en/latest/upgrade-guide.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ etcdserver:
64
64
65
65
##### Controller-Only Configuration Source
66
66
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.
67
+
Starting with APISIX Ingress Controller 2.0.0, the controller is the single source of truth. Manual Admin API changes will be overwritten on the next full sync. The prior approach, which allowed controller-managed and manually added configurations to coexist, was incorrect and is now deprecated.
68
68
69
69
#### APISIX With Etcd (Admin API) synchronization performance
70
70
@@ -139,7 +139,7 @@ spec:
139
139
140
140
#### `ApisixUpstream`
141
141
142
-
Due to current limitations in the ADC (API Definition Controller) component, the following fields are not yet supported:
142
+
Due to current limitations in the [ADC](https://github.com/api7/adc) component, the following fields are not yet supported:
143
143
144
144
* `spec.discovery`: Service Discovery
145
145
* `spec.healthCheck`: Health Checking
@@ -203,10 +203,10 @@ Ingress annotations used in version 1.x.x are not fully supported in 2.0.0. If y
| Architecture | The `mock-etcd` component has been removed. Configuration is now centralized through the Controller. |
209
+
| Configuration | Static configuration fields have been removed. Use `GatewayProxy` CRD to configure the data plane. |
210
+
| Data Plane | The Admin API configuration method is still supported. Support for the Standalone API-driven mode was introduced in APISIX 3.13.0 and later. |
211
+
| API | Some fields in `Ingress Annotations` and `ApisixUpstream` are not yet supported. |
212
+
| Upgrade Strategy | Blue-green deployment or canary release is recommended before full switchover. |
0 commit comments