Skip to content

--wait flag sometimes misses pods #19288

@spowelljr

Description

@spowelljr

I was experimenting with the --wait=all command and found the that implementation grabs a list of the pods and then waits for them to be healthy, however, sometimes the list of pods is pulled before some of the pods have even been created, resulting in them not being in the waiting check. For example I had a run where the wait returned quickly, but after running kubectl get pods -A I could see that the coredns pod was just created and was not ready.

Metadata

Metadata

Labels

lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions