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 {
174174
175175 // One or more named sets that represent individual versions of a
176176 // service. Traffic policies can be overridden at subset level.
177+ // Note that subsets are not support in ambient mode.
178+ // Define multiple services instead.
177179 repeated Subset subsets = 3 ;
178180
179181 // A list of namespaces to which this destination rule is exported.
@@ -318,6 +320,8 @@ message TrafficPolicy {
318320// **Note:** Policies specified for subsets will not take effect until
319321// a route rule explicitly sends traffic to this subset.
320322//
323+ // **Note:** Subsets are not supported in ambient mode. Define multiple services instead.
324+ //
321325// One or more labels are typically required to identify the subset destination,
322326// however, when the corresponding DestinationRule represents a host that
323327// 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