amimof / kubernetes-the-right-way

Install Kubernetes with Ansible
MIT License
28 stars 7 forks source link

Remove installing `kubectl` on control host. Gen kubeconfig instead #30

Closed amimof closed 5 years ago

amimof commented 5 years ago

We don't need installing kubectl on the control host (localhost). Instead generate a kubeconfig in <cluster_config_path>/<cluster_name>/kubeconfig and let the user manage the kubeconfigs.