forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
This issue is used to record the typo error found during the translation, once the translation is done, will open an issue to upstream community to confirm.
- File
docs/root/configuration/upstream/cluster_manager/cluster_runtime.rst
- File
docs/root/install/building.rst
- File
docs/root/configuration/security/secret.rst
Upstream clusters are handled in a similar way, if a cluster client certificate needs to be fetched by SDS remotely, it will NOT be marked as active and it will not be used before the certificates are fetched. If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as active, it can be used to handle the requests, but the requests routed to that cluster will be rejected.
If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as active
should be
If Envoy fails to fetch the certificates due to connection failures, or bad response data, the cluster will be marked as NOT active?

