Skip to content
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

Consider using kubeadm for Kubernetes cluster setup #121

Open
resouer opened this issue Jan 3, 2018 · 1 comment
Open

Consider using kubeadm for Kubernetes cluster setup #121

resouer opened this issue Jan 3, 2018 · 1 comment

Comments

@resouer
Copy link
Member

resouer commented Jan 3, 2018

The benefit of kubeadm is it will be responsible for handling Kubernetes versions. i.e. versions of etcd, kubelet, kube-addons, master pods, also it support custom CRI, which is required by GPU.

The change to update to kubeadm is straigtforward:

  1. Install kubeadm and kubelet on every node.
  2. On master node, instead of create master Pods, just execute kubeadm init
  3. On every worker node, execute kubeadm join <masterIP:port>
  4. Intall network plugin: kubectl apply -f flannel.yaml
  5. Install addons: dns is included by default, others are the same as today

No enforcement here, just brought up a thought.

@resouer
Copy link
Member Author

resouer commented Jan 10, 2018

cc @luxas, correct me if anything wrong.

This is the AI infrastructure of Microsoft Research, which is a perfect candidate of using kubeadm I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant