Kubernetes Pod stuck on "Pending State": "error: watch closed before Until timeout"

3/13/2019

I am using Jenkins to re-deploy a Kubernetes deployment. Unfortunately, when deploying my Pod stays in a perpetual "Pending State" -- where the pod is not "Ready", but still creating. I can see the logs and can see that the new version of my code is running just fine, with no errors, but my pod is still labeled as "Pending".

I've also looked at the Jenkins logs, which hold this as a possible culprit:

error: watch closed before Until timeout

I'm not sure what a "watch" is. What went wrong here?

-- kramsiv94
docker
kubernetes

0 Answers