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/reference/api-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1325,7 +1325,7 @@ ApisixUpstreamConfig defines configuration for upstream services.
1325
1325
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets defines labeled subsets of service endpoints, typically used for service versioning or canary deployments. |
1326
1326
|`passHost`_string_| PassHost configures how the host header should be determined when a request is forwarded to the upstream. Default is `pass`. Can be `pass`, `node` or `rewrite`:<br /> • `pass`: preserve the original Host header<br /> • `node`: use the upstream node’s host<br /> • `rewrite`: set to a custom host via upstreamHost |
1327
1327
|`upstreamHost`_string_| UpstreamHost sets a custom Host header when passHost is set to `rewrite`. |
1328
-
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. Deprecated: no longer supported in standalone mode. |
1328
+
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. |
1329
1329
1330
1330
1331
1331
_Appears in:_
@@ -1385,7 +1385,7 @@ definitions and custom configuration.
1385
1385
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets defines labeled subsets of service endpoints, typically used for service versioning or canary deployments. |
1386
1386
|`passHost`_string_| PassHost configures how the host header should be determined when a request is forwarded to the upstream. Default is `pass`. Can be `pass`, `node` or `rewrite`:<br /> • `pass`: preserve the original Host header<br /> • `node`: use the upstream node’s host<br /> • `rewrite`: set to a custom host via upstreamHost |
1387
1387
|`upstreamHost`_string_| UpstreamHost sets a custom Host header when passHost is set to `rewrite`. |
1388
-
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. Deprecated: no longer supported in standalone mode. |
1388
+
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. |
1389
1389
|`portLevelSettings`_[PortLevelSettings](#portlevelsettings) array_| PortLevelSettings allows fine-grained upstream configuration for specific ports, useful when a backend service exposes multiple ports with different behaviors or protocols. |
1390
1390
1391
1391
@@ -1555,7 +1555,7 @@ them if they are set on the port level.
1555
1555
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets defines labeled subsets of service endpoints, typically used for service versioning or canary deployments. |
1556
1556
|`passHost`_string_| PassHost configures how the host header should be determined when a request is forwarded to the upstream. Default is `pass`. Can be `pass`, `node` or `rewrite`:<br /> • `pass`: preserve the original Host header<br /> • `node`: use the upstream node’s host<br /> • `rewrite`: set to a custom host via upstreamHost |
1557
1557
|`upstreamHost`_string_| UpstreamHost sets a custom Host header when passHost is set to `rewrite`. |
1558
-
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. Deprecated: no longer supported in standalone mode. |
1558
+
|`discovery`_[Discovery](#discovery)_| Discovery configures service discovery for the upstream. |
1559
1559
|`port`_integer_| Port is a Kubernetes Service port. |
Copy file name to clipboardExpand all lines: docs/en/latest/upgrade-guide.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,14 +138,6 @@ spec:
138
138
139
139
### API Changes
140
140
141
-
#### `ApisixUpstream`
142
-
143
-
Due to current limitations in the [ADC](https://github.com/api7/adc) component, the following fields are not yet supported:
144
-
145
-
* `spec.discovery`: Service Discovery
146
-
147
-
More details: [ADC Backend Differences](https://github.com/api7/adc/blob/2449ca81e3c61169f8c1e59efb4c1173a766bce2/libs/backend-apisix-standalone/README.md#differences-in-upstream)
148
-
149
141
#### `ApisixClusterConfig`
150
142
151
143
The `ApisixClusterConfig` CRD has been removed in 2.0.0. global rules and configurations should now be managed through the `ApisixGlobalRule` CRDs.
0 commit comments