-
Notifications
You must be signed in to change notification settings - Fork 777
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
Failed to Reserve Sandbox Name #1666
Comments
Hi @ponderMuse
Can you try these? |
Hi @balchua , From what I gathered in the comments within the link you provided I did the following on my setup: Edited the file /var/snap/microk8s/current/args and changed line:
To
I then restarted microk8s:
But microk8s inspect still shows containerd as not running with the same error you pointed out earlier:
I've checked the filesystem too:
And indeed, the root partition is
|
@ponderMuse another thing i noticed, the For 1.18 Microk8s version the The logs you provided seems to be coming from a 1.19 version. |
Hi @balchua I had added
So it looks like: On the master node, the snap package updated okay to I have now restored |
Same error as before? I dont know if its too much to ask for the inspect tarball? |
inspection-report-20201023_123733.tar.gz Hi @balchua Latest inspection tarball attached. Looking in the tarball's content, one of the changes I have previously made (a while back) which I suppose is associated with containerd itself you can see in the file
|
Thanks @ponderMuse i think containerd data seems to be corrupted. Checkout this issue #508 (comment) Btw, just letting you know that if you want to run a long lasting cluster and prefers to be on a more stable kubernetes version i suggest that you stick to a particular channel. Say for example 1.19/stable or 1.18/stable. |
Hi @balchua, The #508 (comment) you pointed me to did the trick. I did:
And indeed, containerd recreated itself from scratch and now is running okay again.
The kubernetes master node is now once again showing status
I have also now changed microk8s channel to 1.19/stable on both nodes as you suggested (I think I was on latest/stable before).
Thanks for all your help balchua, much appreciated! |
Great to hear that ot fixed your issue. 👍 |
inspection-report-20201019_090646.tar.gz
My microk8s master node is no longer in Ready state. Looking in logs I can see:
I don’t know where else to look to get to the root of the problem and fix?
The master node which won’t start is running microk8s v1.18
Thanks in advance,
PM.
The text was updated successfully, but these errors were encountered: