Skip to content

Commit 258c9b3

Browse files
committed
Subsets
1 parent 4f802a9 commit 258c9b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

networking/v1alpha3/destination_rule.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)