Running pod displayed as Waiting for init containers
by kubectl
.
#366
Labels
Milestone
Waiting for init containers
by kubectl
.
#366
Hello.
I am updating my plugin to 0.3.7 and I am trying to cope with the new status system (which I like a lot more than the previous one, thanks).
Unfortunately, I cannot have my running pods displayed as
Running
.As you know, the plugin sets the containerStatuses and then interlink builds up the summary defining pod
phase
andreason
.Can you have a look to the
containerStatuses
below and let me know if there is a legitimate reason for settingreason
toWaiting for init containers
and I should set the statuses of containers differently or if it is a bug on your side?Note that the
phase
field is set correctly toRunning
sokueue
interpret properly the status of the pod and propagates it correctly to the application level. It's just a matter of what kubectl displays.The text was updated successfully, but these errors were encountered: