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/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/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
+
In APISIX Ingress Controller 2.0.0, a full-sync mode is used. All Data Plane configurations must originate from the Ingress Controller. Any additional route configurations made via the Admin API or other external methods will be ignored.
68
68
69
69
### Ingress Configuration Changes
70
70
@@ -133,7 +133,7 @@ spec:
133
133
134
134
#### `ApisixUpstream`
135
135
136
-
Due to current limitations in the ADC (API Definition Controller) component, the following fields are not yet supported:
136
+
Due to current limitations in the [ADC](https://github.com/api7/adc) component, the following fields are not yet supported:
137
137
138
138
* `spec.discovery`: Service Discovery
139
139
* `spec.healthCheck`: Health Checking
@@ -197,10 +197,10 @@ Ingress annotations used in version 1.x.x are not fully supported in 2.0.0. If y
0 commit comments