Skip to content

Commit 9e93584

Browse files
authored
init containers do not support managed identities
init containers run before msi sidecars. msi sidecars must run alongside customers containers. So init cannot support msi.
1 parent 2e60127 commit 9e93584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-init-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article shows how to use an Azure Resource Manager template to configure a
2121
* **Order of execution** - Init containers are executed in the order specified in the template, and before other containers. By default, you can specify a maximum of 59 init containers per container group. At least one non-init container must be in the group.
2222
* **Host environment** - Init containers run on the same hardware as the rest of the containers in the group.
2323
* **Resources** - You don't specify resources for init containers. They are granted the total resources such as CPUs and memory available to the container group. While an init container runs, no other containers run in the group.
24-
* **Supported properties** - Init containers can use group properties such as volumes, secrets, and managed identities. However, they can't use ports or an IP address if configured for the container group.
24+
* **Supported properties** - Init containers can use some group properties such as volumes and secrets. However, they can't use ports, IP address and managed identities if configured for the container group.
2525
* **Restart policy** - Each init container must exit successfully before the next container in the group starts. If an init container doesn't exit successfully, its restart action depends on the [restart policy](container-instances-restart-policy.md) configured for the group:
2626

2727
|Policy in group |Policy in init |

0 commit comments

Comments
 (0)