File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ message DestinationRule {
174
174
175
175
// One or more named sets that represent individual versions of a
176
176
// service. Traffic policies can be overridden at subset level.
177
+ // Note that subsets are not support in ambient mode.
178
+ // Define multiple services instead.
177
179
repeated Subset subsets = 3 ;
178
180
179
181
// A list of namespaces to which this destination rule is exported.
@@ -318,6 +320,8 @@ message TrafficPolicy {
318
320
// **Note:** Policies specified for subsets will not take effect until
319
321
// a route rule explicitly sends traffic to this subset.
320
322
//
323
+ // **Note:** Subsets are not supported in ambient mode. Define multiple services instead.
324
+ //
321
325
// One or more labels are typically required to identify the subset destination,
322
326
// however, when the corresponding DestinationRule represents a host that
323
327
// supports multiple SNI hosts (e.g., an egress gateway), a subset without labels
You can’t perform that action at this time.
0 commit comments