Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 856 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 856 Bytes



tf-talos

Terraform plan to setup my Talos Linux clusters.

Getting StartedGet Configuration

Getting Started

Initialize terraform provider and apply the plan:

terraform init
terraform apply

Get Configuration

Extract the configuration for Kubectl & Talos from the terraform output:

terraform output -raw cluster_zero_kubeconfig > ~/.kube/config
terraform output -raw cluster_zero_talosconfig > ~/.talos/config