terraform: create ubuntu vms and install kubernetes with kubeadm
This commit is contained in:
19
kubernetes-kvm-terraform/readme.md
Normal file
19
kubernetes-kvm-terraform/readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user