mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14519)
This commit is contained in:
parent
296f9216e7
commit
e7c1d0e373
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue