revert change to website/content/docs/connect/config-entries/mesh.mdx (#21645)

pull/21653/head
John Murret 2024-08-22 13:48:12 -06:00 committed by GitHub
parent 4c52555b99
commit 06c0d7d312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -336,17 +336,6 @@ Note that the Kubernetes example does not include a `partition` field. Configura
}, },
], ],
}, },
{
name: 'ValidateClusters',
type: 'bool: false',
description:
`Controls whether the clusters the route table refers to are validated. The default value is false. When set to
false and a route refers to a cluster that does not exist, the route table loads and routing to a non-existent
cluster results in a 404. When set to true and the route is set to a cluster that do not exist, the route table
will not load. For more information, refer to
[HTTP route configuration in the Envoy docs](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route.proto#envoy-v3-api-field-config-route-v3-routeconfiguration-validate-clusters)
for more details. `,
},
{ {
name: 'TLS', name: 'TLS',
type: 'TLSConfig: <optional>', type: 'TLSConfig: <optional>',