Skip to content

Commit 859b66f

Browse files
authored
Add ambient mode caveats (#3517)
* Add ambient mode caveats * Subsets * Some corrections * Remove subset notes * Add source_* notes * Add warning about virtual service being alpha * Revert non-serviceentry related changes * Typo and clarification
1 parent 54602d5 commit 859b66f

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

networking/v1alpha3/service_entry.pb.go

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/service_entry.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.

networking/v1alpha3/service_entry.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,9 @@ message ServiceEntry {
464464
// 1. subjectAltNames: In addition to verifying the SANs of the
465465
// service accounts associated with the pods of the service, the
466466
// SANs specified here will also be verified.
467+
//
468+
// **NOTE 3:** Ztunnel and Waypoint proxies do not support wildcard hosts.
469+
//
467470
// +kubebuilder:validation:MinItems=1
468471
// +kubebuilder:validation:MaxItems=256
469472
// +protoc-gen-crd:list-value-validation:XValidation:message="hostname cannot be wildcard",rule="self != '*'"
@@ -614,6 +617,8 @@ message ServiceEntry {
614617
// For a Kubernetes Service, the equivalent effect can be achieved by setting
615618
// the annotation "networking.istio.io/exportTo" to a comma-separated list
616619
// of namespace names.
620+
//
621+
// **Note:** Ztunnel and Waypoint proxies not support this field and will read it at "*".
617622
repeated string export_to = 7;
618623

619624
// If specified, the proxy will verify that the server certificate's

0 commit comments

Comments
 (0)