Skip to content

Commit 915b4e2

Browse files
author
Foo Bar
committed
docs: fix description error in upgrade doc
1 parent bb378f8 commit 915b4e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/concepts/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Enable additional features not included in the standard Kubernetes Gateway API,
7070

7171
![Gateway API Extensions Overview](../assets/images/gateway-api-extensions-resources.png)
7272

73-
## Ingress API Extensions
73+
### Ingress API Extensions
7474

7575
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.
7676

docs/upgrade-guide.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ etcdserver:
6464
6565
##### Controller-Only Configuration Source
6666
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.
6868
6969
### Ingress Configuration Changes
7070
@@ -133,7 +133,7 @@ spec:
133133

134134
#### `ApisixUpstream`
135135

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:
137137

138138
* `spec.discovery`: Service Discovery
139139
* `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
197197

198198
### Summary
199199

200-
| Category | Description |
201-
| ---------------- | ---------------------------------------------------------------------------------------------------- |
202-
| Architecture | The `mock-etcd` component has been removed. Configuration is now centralized through the Controller. |
203-
| Configuration | Static configuration fields have been removed. Use `GatewayProxy` CRD to configure the data plane. |
204-
| Data Plane | Requires APISIX version 3.13.0 running in `standalone` mode. |
205-
| API | Some fields in `Ingress Annotations` and `ApisixUpstream` are not yet supported. |
206-
| Upgrade Strategy | Blue-green deployment or canary release is recommended before full switchover. |
200+
| Category | Description |
201+
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------- |
202+
| Architecture | The `mock-etcd` component has been removed. Configuration is now centralized through the Controller. |
203+
| Configuration | Static configuration fields have been removed. Use `GatewayProxy` CRD to configure the data plane. |
204+
| Data Plane | The Admin API configuration method is still supported, and support for the Standalone API-driven mode introduced in APISIX 3.13+. |
205+
| API | Some fields in `Ingress Annotations` and `ApisixUpstream` are not yet supported. |
206+
| Upgrade Strategy | Blue-green deployment or canary release is recommended before full switchover. |

0 commit comments

Comments
 (0)