Skip to content

Commit

Permalink
Add ingress bypass annotation to the API (#3338)
Browse files Browse the repository at this point in the history
Added in istio in istio/istio#53476
  • Loading branch information
howardjohn authored Oct 18, 2024
1 parent 585d68d commit 7c8ec5b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions annotation/annotations.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions annotation/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,13 @@ annotations:
resources:
- Service
- ServiceEntry

- name: ambient.istio.io/bypass-inbound-capture
featureStatus: Alpha
description: |
When specified on a `Pod` enrolled in ambient mesh, only outbound traffic will be captured.
This is intended to be used when enrolling a workload that only receives traffic from out-of-the-mesh clients, such as third party ingress controllers.
deprecated: false
hidden: true
resources:
- Pod

0 comments on commit 7c8ec5b

Please sign in to comment.