moby/buildkitd container crashing and health check error #5857
Unanswered
MShawNYSED
asked this question in
Q&A
Replies: 1 comment
-
Same issue here. Using Oracle Linux 9. Previously I was using Ubuntu and it was working fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a deployment pipeline and including a buildkitd service deployed to a kubernetes cluster. On a previous platform, this was accomplished and builds were happening without issue. However, the underlying infrastructure had to switch, and I am now faced with an issue I am not sure how to proceed with, as it appears to come from a deeper layer of containerization.
Symptom:
A singular moby/buildkitd:master (and versions back to v.0.17.0) pod is failing to successfully run. Any attempts to kubectl exec into the container cause an immediate crash of the container. The health/readiness checks in the pod definition also cause errors with the following event:
From the node, I can see the filesystem does not contain the crio-XXXXX/container directory.
Environment:
Oracle Linux 9 (Red Hat Enterprise Linux release 9.5 (Plow))
Installed Packages
cri-o.x86_64 1.31.5-150500.1.1
kubeadm.x86_64 1.31.6-150500.1.1
kubectl.x86_64 1.31.6-150500.1.1
kubelet.x86_64 1.31.6-150500.1.1
kubernetes-cni.x86_64 1.5.1-150500.1.1
Any and all help appreciated on figuring this out.
Beta Was this translation helpful? Give feedback.
All reactions