Skip to content

Commit

Permalink
language fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Dec 11, 2024
1 parent f80b24e commit 293865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes/1.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This compatibility version applies the following new parameters set to `false`:
| **ENABLE\_INBOUND\_RETRY\_POLICY** | If true, enables retry policy for inbound routes, which automatically retries any requests that were reset before reaching the intended service. |
| **EXCLUDE\_UNSAFE\_503\_FROM\_DEFAULT\_RETRY** | If true, excludes unsafe retry on `503` from the default retry policy. |
| **PREFER\_DESTINATIONRULE\_TLS\_FOR\_EXTERNAL\_SERVICES** | If true, external services prefer the TLS settings from DestinationRules over the metadata TLS settings. |
| **ENABLE\_ENHANCED\_DESTINATIONRULE\_MERGE** | If enabled, Istio merges DestinationRules considering their **exportTo** fields. The DestinationRules are then kept as independent rules if the **exportTo** fields are not equal. |
| **ENABLE\_ENHANCED\_DESTINATIONRULE\_MERGE** | If enabled, Istio merges DestinationRules based on their **exportTo** fields. The DestinationRules are then kept as independent rules if the **exportTo** fields are not equal. |
| **PILOT\_UNIFIED\_SIDECAR\_SCOPE** | If true, unified SidecarScope creation is used. This is only intended as a temporary feature flag for backward compatibility. |
| **ENABLE\_DEFERRED\_STATS\_CREATION** | If enabled, Istio lazily initializes a subset of the stats. |
| **BYPASS\_OVERLOAD\_MANAGER\_FOR\_STATIC\_LISTENERS** | If enabled, the overload manager is not applied to static listeners. |
Expand Down

0 comments on commit 293865b

Please sign in to comment.