Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Need more visibility into agent issues when workspaces are running in kubernetes #17994

Answered by matifali
rhysduggan5 asked this question in General
Discussion options

You must be logged in to vote

Hi @rhysduggan5, Thanks for submitting the issue

  1. There are not enough nodes with enough room to support the pod, so before it can deploy it needs to create a new node, and then deploy the node on that pod (this can sometimes take a minute
  2. Once the pod is deployed, if the image it is using is not cached (Which will always be true if the node was just created), the pod cannot start until the image has been pulled from the relevant registry. In this case, the image is just under 50GB, so it takes a fair amount of time.

Both of these issues can be resolved by using the Kubernetes Logging integration. It's a small service that you deploy in the same cluster as the workspace pods. I agree t…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by matifali
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #17983 on May 22, 2025 17:56.