Skip to content

Add annotation sidecar.istio.io/disableIPEarlyDemux #2895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
547 changes: 280 additions & 267 deletions annotation/annotations.gen.go

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

6 changes: 6 additions & 0 deletions annotation/annotations.pb.html

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

11 changes: 11 additions & 0 deletions annotation/annotations.yaml
Original file line number Diff line number Diff line change
@@ -207,6 +207,17 @@ annotations:
resources:
- Pod

- name: sidecar.istio.io/disableIPEarlyDemux
featureStatus: Alpha
description: Specifies whether the Kernel option net.ipv4.ip_early_demux
should be set to 0 in order to prevent TCP connection issues when a pod
exposes multiple ports and receives multiple concurrent connections from
the same client IP and port.
Comment on lines +212 to +215
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be good to explain when this should be considered?

deprecated: false
hidden: false
resources:
- Pod

- name: sidecar.istio.io/userVolume
featureStatus: Alpha
description: Specifies one or more user volumes (as a JSON array) to be added to