-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pods do not terminate gracefully and do not scale #4
Comments
related issue : containerd/runwasi#418 |
additionally, when I try to scale
pods get stuck in
events e.g. for first pod:
|
What version of the Spin shim are you using? Could you gather containerd logs related to the pods that are stuck in container creating? |
(side note: you can refer to this issue for accessing containerd logs in your cluster deislabs/containerd-wasm-shims#197) |
I am currently using I think I found the kubelet / containerd logs on the AKS node. I will redeploy with single pods to get rid of noice in the logs to make analysis easier. |
@devigned @Mossaka I hope this |
It would be great to see containerd logs |
All of the details about the shim starting and possibly failing will be contained at the containerd level. The Kubelet is a little too high level to provide the detail required to diagnose the issue. |
Do you have any pointers for me where I could find containerd logs on an AKS node? |
Can you try |
thanks @Mossaka - that worked ... but + @devigned - since I switched to
|
Given a running configuration
after changing the workload and redeploying, previous pods stay in
Terminating
The text was updated successfully, but these errors were encountered: