Skip to content

Commit 4f802a9

Browse files
committed
Add ambient mode caveats
1 parent 8c42862 commit 4f802a9

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

networking/v1alpha3/service_entry.pb.go

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.pb.html

Lines changed: 1 addition & 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ message ServiceEntry {
465465
// 1. subjectAltNames: In addition to verifying the SANs of the
466466
// service accounts associated with the pods of the service, the
467467
// SANs specified here will also be verified.
468+
//
469+
// **NOTE 3:** Wildcard hostnames are not support in ambient mode.
470+
//
468471
// +kubebuilder:validation:MinItems=1
469472
// +kubebuilder:validation:MaxItems=256
470473
// +protoc-gen-crd:list-value-validation:XValidation:message="hostname cannot be wildcard",rule="self != '*'"

networking/v1alpha3/sidecar.pb.go

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

networking/v1alpha3/sidecar.pb.html

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

networking/v1alpha3/sidecar.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ import "networking/v1alpha3/virtual_service.proto";
2626
// $aliases: [/docs/reference/config/networking/v1alpha3/sidecar]
2727

2828
// `Sidecar` describes the configuration of the sidecar proxy that mediates
29-
// inbound and outbound communication to the workload instance it is attached to. By
30-
// default, Istio will program all sidecar proxies in the mesh with the
29+
// inbound and outbound communication to the workload instance it is attached to.
30+
// `Sidecar` only applies to Sidecar mode.
31+
// By default, Istio will program all sidecar proxies in the mesh with the
3132
// necessary configuration required to reach every workload instance in the mesh, as
3233
// well as accept traffic on all the ports associated with the
3334
// workload. The `Sidecar` configuration provides a way to fine tune the set of

0 commit comments

Comments
 (0)