Open graziadonghia opened 2 years ago
Hi @graziadonghia ,
Thanks for your question. Maybe you can follow this CI/CD guide to run rune
and shim-rune
with k8s in ubuntu
It still doesn't work. I think it's because of the content of 10-kubeadm.conf
file, because the kubelet service runs with SUCCESS code if I insert only $KUBELET_EXTRA_ARGS
(which are --container-runtime=remote --container-runtime-endpoint=unix:///run/containerd/containerd.sock
because otherwise it doesn't even start).
With this configuration for ExecStart
in 10-kubeadm.conf
:
ExecStart = /usr/bin/kubelet --container-runtime=remote --container-runtime-endpoint=unix:///run/containerd/containerd.sock
the kubelet service works but I cannot create the cluster. the error message is: please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/
. How can I deal with cni
?
Again, I followed multiple times the guide together with the github actions, I don't know what to do.
Is it possible to create the cluster using other tools? like K3s or minikube?
You can use cri-tools to create the cluster.
Hello, I'm trying to create a confidential computing Kubernetes cluster by following your guide. My operating system is Ubuntu 20.04 and I have successfully installed SGX driver, SGX SDK and SGX PSW, together with all the required packages to use Inclavare containers. However whenever I try to create the cluster with
kubeadm init
this is the output:The problem is related to the kubelet service, which sometimes works and sometimes not (I don't know why), giving this output: