Skip to content

Commit

Permalink
Update readme for setting DISABLE_TCP_EARLY_DEMUX
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Dec 9, 2020
1 parent 5d05d33 commit 54f81a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@ container under `initcontainers`. This will increase the local TCP connection la
Details on why this is needed can be found in this [#1212 comment](https://github.com/aws/amazon-vpc-cni-k8s/pull/1212#issuecomment-693540666).
To use this setting, a Linux kernel version of at least 4.6 is needed on the worker node.

You can use the below command to enable `DISABLE_TCP_EARLY_DEMUX` to `true` -

```
kubectl patch daemonset aws-node -n kube-system -p '{"spec": {"template": {"spec": {"initContainers": [{"env":[{"name":"DISABLE_TCP_EARLY_DEMUX","value":"true"}],"name":"aws-vpc-cni-init"}]}}}}'
```

### ENI tags related to Allocation

This plugin interacts with the following tags on ENIs:
Expand Down

0 comments on commit 54f81a8

Please sign in to comment.