diff --git a/content/en/docs/concepts/workloads/pods/init-containers.md b/content/en/docs/concepts/workloads/pods/init-containers.md index 2c6aeb8ddf..ecbf476be9 100644 --- a/content/en/docs/concepts/workloads/pods/init-containers.md +++ b/content/en/docs/concepts/workloads/pods/init-containers.md @@ -318,8 +318,9 @@ same as the scheduler. A Pod can restart, causing re-execution of Init Containers, for the following reasons: -* A user updates the PodSpec causing the Init Container image to change. - App Container image changes only restart the app Container. +* A user updates the PodSpec causing the Init Container image to change. Any + changes to the Init Container image restarts the Pod. App Container image + changes only restart the app Container. * The Pod infrastructure container is restarted. This is uncommon and would have to be done by someone with root access to nodes. * All containers in a Pod are terminated while `restartPolicy` is set to Always,