-
I refer to the documentation now https://github.com/nestybox/sysbox/blob/master/docs/user-guide/install-k8s.md#kubernetes-distro-requirements install sysbox.
Pod Error Msg Is there any way? Very urgent Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @xlw712, thanks for giving Sysbox a try. That error typically occurs when you miss the user-ns annotation in the pod spec:
Can you double check that annotation is present in your pod spec? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @ctalledo I started the pod using the method above,But I find that I still can't use docker related commands in contariner. Is there any documentation that can help me check? |
Beta Was this translation helpful? Give feedback.
-
Hi @xlw712,
That's interesting, not sure why /sys was mounted read-only in the sysbox pod, that should normally not be the case. Regarding the latest error (i.e., dockerd not starting), looks like you need to start it manually (e.g., I am not familiar with the |
Beta Was this translation helpful? Give feedback.
Thanks you reply,I used the pod spec for annotations. here's my pod template.He's still reporting an error
But before you could respond, I found a solution , It comes from #67
mount by changing solution, I'm Postin…