rootless-containers / usernetes

Kubernetes without the root privileges

Home Page:https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multinode kubernetes cluster setup on different hosts

cloud-66 opened this issue · comments

commented

Hello, thank you for big work done.
I installed single node cluster by install.sh script
Also tried multinode setup by docker-compose up.
But there is no instuction how to run Multinode cluster on different hosts.
It probably needs to be done at the moment in the "hard way" style.
But also it's hard to understand how the network should work.
Of course It takes a lot of time to create complete instruction or automation of installation.
Is it possible to create common not necessarily detail instruction how to do that?

No documentation/script for multi-node setup yet, please replicate the process in the docker-compose.yaml.

Eventually we should support kubeadm though.

commented

Thank you. Does it means that the goal is to implement rootless installation in original kubeadm by options? Or it will be some fork of kubeadm.

@AkihiroSuda I've also been trying to do this recently, and struggling to get traction. I'd be happy to make contributions to either documentation or a kubeadm port, but would very much appreciate if you have any pointers.

Hello, thank you for big work done. I installed single node cluster by install.sh script Also tried multinode setup by docker-compose up. But there is no instuction how to run Multinode cluster on different hosts. It probably needs to be done at the moment in the "hard way" style. But also it's hard to understand how the network should work. Of course It takes a lot of time to create complete instruction or automation of installation. Is it possible to create common not necessarily detail instruction how to do that?

FYI:
#275

Please try this: