What do you do when a worker pod is stuck in container creating?

what do you do when a worker pod is stuck in container creating?

First thing to try is to delete the persistent volume under the worker, and then delete the worker pod, and then see if that’ll fix the issue.

Another thing to try is to check the node the worker is living on. If the node the workerpod is stuck on is lacking in memory or CPU, pods might get stuck in some sort of loop.

Consider using a consistent node pool and editing resource constraints.