Skip to content

Commit 31b8e88

Browse files
committed
Add warning about virtual service being alpha
1 parent 9eefa13 commit 31b8e88

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

networking/v1alpha3/virtual_service.pb.go

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

networking/v1alpha3/virtual_service.pb.html

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

networking/v1alpha3/virtual_service.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ syntax = "proto3";
5757
// The source of traffic can also be matched in a routing rule. This allows routing
5858
// to be customized for specific client contexts.
5959
//
60+
// *Note for Ambient Users*: Support for `VirtualService` in Ambient mode is alpha, and
61+
// there are no plans to increase support.
62+
// Use [Gateway API](https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#mesh-traffic)
63+
// for a stable traffic management API.
64+
//
6065
// The following example on Kubernetes, routes all HTTP traffic by default to
6166
// pods of the reviews service with label "version: v1". In addition,
6267
// HTTP requests with path starting with /wpcatalog/ or /consumercatalog/ will

0 commit comments

Comments
 (0)