rootless-containers / usernetes

Kubernetes without the root privileges
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
Apache License 2.0
853 stars 58 forks source link

Add support for Calico, use RBAC and secrets encryption. #283

Open 21repierre opened 11 months ago

21repierre commented 11 months ago

Tested with a single node cluster on Centos 9.

AkihiroSuda commented 11 months ago

Do you plan to add a test? https://github.com/rootless-containers/usernetes/pull/283#discussion_r1268955129

21repierre commented 10 months ago

Do you plan to add a test? #283 (comment)

I have tried to work on that by making a similar test to the flannel one (replacing flannel by calico in the docker-compose file and publishing ports according to the calico requirements), however I wasn't able to make it work. It seems that the nodes can't reach the master:

I'm not sure where the issue might come from.