Skip to content

Commit c6ba867

Browse files
add some annotations for ambient traffic redirection (#3114)
1 parent 3d9a233 commit c6ba867

File tree

3 files changed

+315
-0
lines changed

3 files changed

+315
-0
lines changed

annotation/annotations.gen.go

+98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.pb.html

+154
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.yaml

+63
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,66 @@ annotations:
530530
hidden: true
531531
resources:
532532
- Any
533+
534+
- name: traffic.istio.io/includeOutboundIPRanges
535+
featureStatus: Alpha
536+
description: A comma separated list of IP ranges in CIDR form to redirect to Envoy
537+
(optional). The wildcard character '*' can be used to redirect all outbound traffic.
538+
An empty list will disable all outbound redirection.
539+
deprecated: false
540+
hidden: false
541+
resources:
542+
- Pod
543+
544+
- name: traffic.istio.io/excludeOutboundIPRanges
545+
featureStatus: Alpha
546+
description: A comma separated list of IP ranges in CIDR form to be excluded from
547+
redirection. Only applies when all outbound traffic (i.e. '*') is being redirected.
548+
deprecated: false
549+
hidden: false
550+
resources:
551+
- Pod
552+
553+
- name: traffic.istio.io/includeInboundPorts
554+
description: A comma separated list of inbound ports for which traffic is to be
555+
redirected to Envoy. The wildcard character '*' can be used to configure redirection
556+
for all ports. An empty list will disable all inbound redirection.
557+
deprecated: false
558+
hidden: false
559+
resources:
560+
- Pod
561+
562+
- name: traffic.istio.io/excludeInboundPorts
563+
featureStatus: Alpha
564+
description: A comma separated list of inbound ports to be excluded from redirection
565+
to Envoy. Only applies when all inbound traffic (i.e. '*') is being redirected.
566+
deprecated: false
567+
hidden: false
568+
resources:
569+
- Pod
570+
571+
- name: traffic.istio.io/excludeInterfaces
572+
featureStatus: Alpha
573+
description: A comma separated list of interfaces to be excluded from Istio traffic capture
574+
deprecated: false
575+
hidden: false
576+
resources:
577+
- Pod
578+
579+
- name: traffic.istio.io/includeOutboundPorts
580+
featureStatus: Alpha
581+
description: A comma separated list of outbound ports for which traffic is to be
582+
redirected to Envoy, regardless of the destination IP.
583+
deprecated: false
584+
hidden: false
585+
resources:
586+
- Pod
587+
588+
- name: traffic.istio.io/excludeOutboundPorts
589+
featureStatus: Alpha
590+
description: A comma separated list of outbound ports to be excluded from redirection
591+
to Envoy.
592+
deprecated: false
593+
hidden: false
594+
resources:
595+
- Pod

0 commit comments

Comments
 (0)