Skip to content

Commit 8076928

Browse files
terraform-docs: automated action
1 parent 922d45a commit 8076928

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ A Terraform module for provisioning a Kubernetes cluster on Proxmox using Talos
44

55
Feel free to contact me, open an issue, or contribute to the project. Your feedback and contributions are always welcome! 🤓
66

7+
## Geting kubeconfig & talosconfig
8+
```bash
9+
terraform output --raw kubeconfig > cluster.kubeconfig
10+
terraform output --raw talosconfig > cluster.talosconfig
11+
```
12+
13+
## Upgrading Talos cluster
14+
First we need get the schematic id from the outputs and use that for upgrading the cluster in order to keep the extensions.
15+
```bash
16+
talosctl upgrade --image factory.talos.dev/installer/<SCHEMATIC_ID>:v1.9.3 --preserve
17+
```
18+
The preserve option is only needed when wanting to keep files/directories on Talos nodes (for example when using Longhorn/Rook...)
19+
720
## Example
821

922
```hcl

0 commit comments

Comments
 (0)