ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 106 forks source link

support for community.kubernetes.kubeadm to create cluster? #329

Closed netw0rm closed 3 years ago

netw0rm commented 3 years ago

like docker_swarm.

Akasurde commented 3 years ago

I think there are already playbooks to create K8S clusters like this https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/

geerlingguy commented 3 years ago

There are also roles like geerlingguy.kubernetes that install via kubeadm (https://github.com/geerlingguy/ansible-role-kubernetes), and playbooks to install specific distributions like Rancher's K3s: https://github.com/k3s-io/k3s-ansible

In the past, we thought about this and decided that we didn't want to try to support K8s installation in this collection since there are at least dozens (if not hundreds) of different ways to do it, many of them already well-supported elsewhere.

tima commented 3 years ago

Closing based on feedback from @geerlingguy and @Akasurde.

netw0rm commented 3 years ago

ok