You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -175,9 +175,10 @@ configure them as something other than the defaults.
175
175
|`ECS_IMAGE_MINIMUM_CLEANUP_AGE`| 30m | The minimum time interval between when an image is pulled and when it can be considered for automated image cleanup. | 1h | 1h |
176
176
|`ECS_NUM_IMAGES_DELETE_PER_CYCLE`| 5 | The maximum number of images to delete in a single automated image cleanup cycle. If set to less than 1, the value is ignored. | 5 | 5 |
177
177
|`ECS_INSTANCE_ATTRIBUTES`|`{"stack": "prod"}`| These attributes take effect only during initial registration. After the agent has joined an ECS cluster, use the PutAttributes API action to add additional attributes. For more information, see [Amazon ECS Container Agent Configuration](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html) in the Amazon ECS Developer Guide.|`{}`|`{}`|
178
-
|`ECS_ENABLE_TASK_ENI`|`false`| Whether to enable task networking for task to be launched with its own network interface |`false`|`false`|
179
-
|`ECS_CNI_PLUGINS_PATH`|`/ecs/cni`| The path where the cni binary file is located |`/amazon-ecs-cni-plugins`|`/amazon-ecs-cni-plugins`|
180
-
|`ECS_AWSVPC_BLOCK_IMDS`|`true`| Whether to block access to [Instance Metdata](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) for Tasks started with `awsvpc` network mode |`false`|`false`|
178
+
|`ECS_ENABLE_TASK_ENI`|`false`| Whether to enable task networking for task to be launched with its own network interface |`false`| Not applicable |
179
+
|`ECS_CNI_PLUGINS_PATH`|`/ecs/cni`| The path where the cni binary file is located |`/amazon-ecs-cni-plugins`| Not applicable |
180
+
|`ECS_AWSVPC_BLOCK_IMDS`|`true`| Whether to block access to [Instance Metdata](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) for Tasks started with `awsvpc` network mode |`false`| Not applicable |
181
+
|`ECS_AWSVPC_ADDITIONAL_LOCAL_ROUTES`|`["10.0.15.0/24"]`| Additional routes that cause traffic to travel by the default ENI |`[]`| Not applicable |
0 commit comments