techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Add's a simple role that will pull the kube config file to a local location #12

Closed SupremeLordCommander closed 2 years ago

SupremeLordCommander commented 2 years ago

I caught the video, I am so glad you found the original repo for HA K3s and Ansible. I have been using it in combination with Terraform for building my k3s environments on my Proxmox Homelab.

Got lazy, I mean I should automate everything so I created a super basic role to pull the ~/kube/config from the first master.

Proposed Changes

Main concept

This adds a simple role to automate pulling the ~/.kube/config to the local~/kube/config`

Features

Checklist

timothystewart6 commented 2 years ago

Since there are instructions in the readme on how to perform this I am going to close this. I will reference it if someone is looking to create their own task to do this.