Skip to content

Commit a76af2a

Browse files
authored
Add extra note about workload restart for proxy config (#2009)
1 parent ec23a4c commit a76af2a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/proxy.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/proxy.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ message Topology {
313313
// This is different than a deep merge provided by protobuf.
314314
// For example, `"tracing": { "sampling": 5 }` would completely override a setting configuring a tracing provider
315315
// such as `"tracing": { "zipkin": { "address": "..." } }`.
316+
//
317+
// Note: fields in ProxyConfig are not dynamically configured; changes will require restart of workloads to take effect.
316318
message ProxyConfig {
317319
// Path to the generated configuration file directory.
318320
// Proxy agent generates the actual configuration and stores it in this directory.

0 commit comments

Comments
 (0)