File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ A Terraform module for provisioning a Kubernetes cluster on Proxmox using Talos
44
55Feel 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
You can’t perform that action at this time.
0 commit comments