Skip to content

Commit 811b997

Browse files
Automator: update istio.io@ reference docs (#16565)
1 parent 8a02afc commit 811b997

File tree

2 files changed

+2
-2
lines changed
  • content
    • en/docs/reference/config/networking/virtual-service
    • zh/docs/reference/config/networking/virtual-service

2 files changed

+2
-2
lines changed

content/en/docs/reference/config/networking/virtual-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ <h2 id="HTTPRoute">HTTPRoute</h2>
506506
<p>Retry policy for HTTP requests.</p>
507507
<p>Note: the default cluster-wide retry policy, if not specified, is:</p>
508508
<pre><code class="language-yaml">attempts: 2
509-
retryOn: &quot;connect-failure,refused-stream,unavailable,cancelled,503&quot;
509+
retryOn: &quot;connect-failure,refused-stream,unavailable,cancelled&quot;
510510
</code></pre>
511511
<p>This can be customized in <a href="/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig"><code>Mesh Config</code> <code>defaultHttpRetryPolicy</code></a>.</p>
512512

content/zh/docs/reference/config/networking/virtual-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ <h2 id="HTTPRoute">HTTPRoute</h2>
506506
<p>Retry policy for HTTP requests.</p>
507507
<p>Note: the default cluster-wide retry policy, if not specified, is:</p>
508508
<pre><code class="language-yaml">attempts: 2
509-
retryOn: &quot;connect-failure,refused-stream,unavailable,cancelled,503&quot;
509+
retryOn: &quot;connect-failure,refused-stream,unavailable,cancelled&quot;
510510
</code></pre>
511511
<p>This can be customized in <a href="/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig"><code>Mesh Config</code> <code>defaultHttpRetryPolicy</code></a>.</p>
512512

0 commit comments

Comments
 (0)