-
Notifications
You must be signed in to change notification settings - Fork 45
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
No seccomp support #2259
Comments
Indeed, the Meanwhile, you could remove the |
Would it be appropriate to get them to include it? Or is there a reason
you think it is not included?
…On 27.02.2020 16:18, Nicolas Trangez wrote:
Indeed, the containerd package as distributed in EPEL (which is the
one we install) is not compiled with seccomp support. Adding this
would require us to ship our own build of containerd, which would
require quite a bit of work.
Meanwhile, you could remove the seccomp-related annotation from the
dashboard _Deployment_ _PodSpec_ and get it to run.
--
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
Links:
------
[1]
#2259?email_source=notifications&email_token=AEZWLFPEODXXBHITFR6ZQDDRE7KUPA5CNFSM4K36PDGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENEXGHI#issuecomment-592016157
[2]
https://github.com/notifications/unsubscribe-auth/AEZWLFJ7ERITRRVA2QBUM53RE7KUPANCNFSM4K36PDGA
|
I never tried, to be honest. One reason why it's not included could be if the version of Anyway, the version of |
I built a I'll spend some time to integrate this in the project. |
Component:
What happened:
When attempting to use Kubernetes dashboard, I get the error:
feb 26 08:08:21 worker-3 kubelet[1500]: E0226 08:08:21.242021 1500 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to generate seccomp spec opts: seccomp is not supported
which shows up in my journalWhat was expected:
For the pod to start.
Steps to reproduce
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc5/aio/deploy/recommended.yaml
Resolution proposal (optional):
Support seccomp. I am not sure but I think containerd needs to be compiled with seccomp support (just guessing)
The text was updated successfully, but these errors were encountered: