kairen / kubeadm-ansible

Build a Kubernetes cluster using kubeadm via Ansible.
Apache License 2.0
722 stars 380 forks source link

where i mention aws cloud providers inthis playbook #80

Open madhavi0891 opened 4 years ago

cdrage commented 4 years ago

Ya don't.

cdrage commented 4 years ago

Joking aside, this is meant for bare metal work using kubeadm. I suggest that you use https://kubernetes.io/docs/setup/production-environment/tools/kops/

madhavi0891 commented 4 years ago

but i want to use kubeadm only with aws cloud providers with ansible playbook

please tell any suggestions

On Fri, Sep 11, 2020 at 6:30 PM Charlie Drage notifications@github.com wrote:

Joking aside, this is meant for bare metal work using kubeadm. I suggest that you use https://kubernetes.io/docs/setup/production-environment/tools/kops/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kairen/kubeadm-ansible/issues/80#issuecomment-691080535, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6YMEDKRDXOLM6DHBYPIVLSFINQXANCNFSM4REZVVDA .

cdrage commented 4 years ago

@madhavi0891 Have you tried following https://blog.scottlowe.org/2019/08/14/setting-up-aws-integrated-kubernetes-115-cluster-kubeadm/ ?

madhavi0891 commented 4 years ago

Thnks for ur respons but i want run everything through ansible-playbooks

On Fri, Sep 11, 2020, 8:31 PM Charlie Drage notifications@github.com wrote:

@madhavi0891 https://github.com/madhavi0891 Have you tried following https://blog.scottlowe.org/2019/08/14/setting-up-aws-integrated-kubernetes-115-cluster-kubeadm/ ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kairen/kubeadm-ansible/issues/80#issuecomment-691147368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6YMEGVDTOP4JG2EULPJIDSFI3TXANCNFSM4REZVVDA .

madhavi0891 commented 4 years ago

Can you send any github link

On Fri, Sep 11, 2020, 8:35 PM madhavi reddy madhavi.reddy0891@gmail.com wrote:

Thnks for ur respons but i want run everything through ansible-playbooks

On Fri, Sep 11, 2020, 8:31 PM Charlie Drage notifications@github.com wrote:

@madhavi0891 https://github.com/madhavi0891 Have you tried following https://blog.scottlowe.org/2019/08/14/setting-up-aws-integrated-kubernetes-115-cluster-kubeadm/ ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kairen/kubeadm-ansible/issues/80#issuecomment-691147368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6YMEGVDTOP4JG2EULPJIDSFI3TXANCNFSM4REZVVDA .

felipefreitasdeoliveira commented 3 years ago

Can you send any github link On Fri, Sep 11, 2020, 8:35 PM madhavi reddy madhavi.reddy0891@gmail.com wrote: Thnks for ur respons but i want run everything through ansible-playbooks On Fri, Sep 11, 2020, 8:31 PM Charlie Drage @.***> wrote: > @madhavi0891 https://github.com/madhavi0891 Have you tried following > https://blog.scottlowe.org/2019/08/14/setting-up-aws-integrated-kubernetes-115-cluster-kubeadm/ > ? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <#80 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AP6YMEGVDTOP4JG2EULPJIDSFI3TXANCNFSM4REZVVDA > . >

Hi Man,

You can use this tutorial. https://www.digitalocean.com/community/tutorials/how-to-create-a-kubernetes-cluster-using-kubeadm-on-ubuntu-18-04

Take care! Felipe Freitas