Files
home-kubernetes/kubernetes-kvm-terraform/readme.md

19 lines
354 B
Markdown

# kubernetes
## 1: create VMs on hypervisor
## 2: install kubernetes with kubeadm
## 3: bootstrap flux
## 4: deploy the rest
### Random notes
```bash
# recreate specific resources
tofu destroy -target=libvirt_domain.ubuntu_vm -target=libvirt_volume.cloudinit
tofu apply
# taint resource to have it recreated
tofu taint libvirt_domain.ubuntu_vm
```