Skip to content

Commit

Permalink
Merge pull request envoyproxy#127 from scilla0531/zh_trans_runtime
Browse files Browse the repository at this point in the history
zh-translation: docs/root/intro/arch_overview/operations/runtime.rst
  • Loading branch information
helight committed Nov 14, 2020
2 parents 2e4f585 + 5efbaac commit 00a5203
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docs/root/intro/arch_overview/operations/runtime.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
.. _arch_overview_runtime:

Runtime configuration
运行时配置
=====================

Envoy supports “runtime” configuration (also known as "feature flags" and "decider"). Configuration
settings can be altered that will affect operation without needing to restart Envoy or change the
primary configuration. The currently supported implementation uses a tree of file system files.
Envoy watches for a symbolic link swap in a configured directory and reloads the tree when that
happens. This type of system is very commonly deployed in large distributed systems. Other
implementations would not be difficult to implement. Supported runtime configuration settings are
documented in the relevant sections of the operations guide. Envoy will operate correctly with
default runtime values and a “null” provider so it is not required that such a system exists to run
Envoy.

Runtime :ref:`configuration <config_runtime>`.
Envoy 支持“运行时”配置(也称为“功能标志”和“决策器”)。可以通过更改配置影响操作,而无需重新启动 Envoy 或更改主要配置。
当前支持的实现使用文件系统文件树。Envoy 会观察配置目录中的符号链接交换,并在发生这种情况时重新加载树。
这种类型的系统通常部署在大型分布式系统中。其他实现也不难实现。
支持的运行时配置的相关设置在操作指南的相关章节中进行了说明。Envoy 能使用默认的运行时值和“null”提供程序正常运行,因此不需要这样的系统也可以运行 Envoy。
运行时 :ref:`配置 <config_runtime>` 。

0 comments on commit 00a5203

Please sign in to comment.