BCDevOps / OpenShift4-Migration

Scripts and info for Ministry teams migration from OpenShift 3.11 to 4.x
Apache License 2.0
3 stars 0 forks source link

Why do I see init:0/2 as the status of my pod? #55

Closed jleach closed 2 years ago

jleach commented 3 years ago

The init denotes an init container is being triggered and the 0/2 is the count; in this example init:0/2 zero-of-two init containers have run. Once they are complete your Pod will start. You see them on OCP4 because those init containers are giving Aporeto a chance to start enforcing the pod before it starts; this helps prevent application connectivity issues.