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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,7 @@ Additionally, the following environment variable(s) can be used to configure the
267
267
|`ECS_ALLOW_OFFHOST_INTROSPECTION_ACCESS`|<true | false>| By default, the ecs-init service adds an iptable rule to block access to ECS Agent's introspection port from off-host (or containers in awsvpc network mode), and removes the rule upon stop. If `ECS_ALLOW_OFFHOST_INTROSPECTION_ACCESS` is set to true, this rule will not be added/removed. | false |
268
268
|`ECS_OFFHOST_INTROSPECTION_INTERFACE_NAME`|`eth0`| Primary network interface name to be used for blocking offhost agent introspection port access. By default, this value is `eth0`|`eth0`|
269
269
|`ECS_AGENT_LABELS`|`{"test.label.1":"value1","test.label.2":"value2"}`| The labels to add to the ECS Agent container. ||
270
+
|`ECS_PAUSE_LABELS`|`{"test.pause.label.1":"value1","test.pause.label.2":"value2"}`| The labels to add to the pause container. ||
270
271
|`ECS_AGENT_APPARMOR_PROFILE`|`unconfined`| Specifies the name of the AppArmor profile to run the ecs-agent container under. This only applies to AppArmor-enabled systems, such as Ubuntu, Debian, and SUSE. If unset, defaults to the profile written out by ecs-init (ecs-agent-default). |`ecs-agent-default`|
271
272
|`ECS_AGENT_PID_NAMESPACE_HOST`|<true | false>| By default, the ECS agent container runs with its own PID namespace. If ECS_AGENT_PID_NAMESPACE_HOST is set to true, ecs-init will start the ECS agent container with the host's PID namespace. This is particularly useful when running on SELinux-enforcing hosts with Docker's SELinux option enabled. | false |
0 commit comments