mirror of https://github.com/hashicorp/consul
revert change to website/content/docs/connect/config-entries/mesh.mdx (#21645)
parent
4c52555b99
commit
06c0d7d312
|
@ -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>',
|
||||||
|
|
Loading…
Reference in New Issue