-
Notifications
You must be signed in to change notification settings - Fork 41
Microk8s: unable to start built container #47
Comments
Similar to #46 (comment)_ but specific to MicroK8s |
@MarcusAhlfors what was the command you used to build? |
Initially I tried to do the exact same as in your example svg:
Which looked like it worked but the image never showed up in containerd, after that I tried lot's of things. I'm happy to help I there's anything I could do, I really like what you have done and it could be useful to me in a project I'm working on. |
@MarcusAhlfors I installed microk8s on ubuntu 20.04 and was able to reproduce the issue. I also have docker installed, so when the build completed it actually loaded the image into my docker runtime by default and I was able to run it with |
@MarcusAhlfors there is a workaround if you have
I've been digging around inside of |
I am using kind and have exactly the same issue: |
@tomikonio can you take a look at #79 and see if that might be what's going on in your environment? If not, please file a new issue to track the specifics of your |
What steps did you take and what happened
What did you expect to happen
Container would be uploaded to containerd and the pod would start
Environment Details:
Details
MicroK8s has containerd socket at: /var/snap/microk8s/common/run/containerd.sock, i tried doing:
kubectl buildkit create --runtime containerd --containerd-sock=/var/snap/microk8s/common/run/containerd.sock
But then not even the build worked anymore.
I also tried symlinking a few locations back and forth but none of these helped
The text was updated successfully, but these errors were encountered: