Automator: update istio.io@ reference docs (#14519)

This commit is contained in:
Istio Automation 2024-01-22 18:11:52 -08:00 committed by GitHub
parent 296f9216e7
commit e7c1d0e373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 26 additions and 2 deletions

View File

@ -1877,6 +1877,18 @@ No
Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
connections will not be upgraded to http2.</p>
</td>
<td>
No
</td>
</tr>
<tr id="ConnectionPoolSettings-HTTPSettings-max_concurrent_streams">
<td><code>maxConcurrentStreams</code></td>
<td><code>int32</code></td>
<td>
<p>The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
Defaults to 2^31-1.</p>
</td>
<td>
No

View File

@ -1877,6 +1877,18 @@ No
Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
connections will not be upgraded to http2.</p>
</td>
<td>
No
</td>
</tr>
<tr id="ConnectionPoolSettings-HTTPSettings-max_concurrent_streams">
<td><code>maxConcurrentStreams</code></td>
<td><code>int32</code></td>
<td>
<p>The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
Defaults to 2^31-1.</p>
</td>
<td>
No

View File

@ -629,7 +629,7 @@ messages:
code: IST0168
level: Warning
description: "We cannot automatically detect whether a change is fully compatible or not"
template: "The configuration %q changed in release %s, but compatibility cannot be automatically detected: %s. Or, install with `--set compatibility-version=%s` to retain the old default."
template: "The configuration %q changed in release %s, but compatibility cannot be automatically detected: %s. Or, install with `--set compatibilityVersion=%s` to retain the old default."
args:
- name: field
type: string
@ -644,7 +644,7 @@ messages:
code: IST0169
level: Warning
description: "The provided configuration object may be incompatible due to an upgrade"
template: "The configuration %q changed in release %s: %s. Or, install with `--set compatibility-version=%s` to retain the old default."
template: "The configuration %q changed in release %s: %s. Or, install with `--set compatibilityVersion=%s` to retain the old default."
args:
- name: field
type: string