Skip to content

Commit fbe0533

Browse files
Merge pull request #83 from pascalinthecloud/update-docs
fix: update setup documentation with kubeconfig and talosconfig retri…
2 parents ec269aa + ca3d295 commit fbe0533

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/content/docs/guides/setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,9 @@ module "talos_cluster" {
9292
}
9393
}
9494
```
95+
After running terraform apply, the cluster is ready for use. Simply retrieve the kubeconfig for Kubernetes access and the talosconfig for managing Talos nodes.
9596

97+
```bash
98+
terraform output --raw kubeconfig > cluster.kubeconfig
99+
terraform output --raw talosconfig > cluster.talosconfig
100+
```

0 commit comments

Comments
 (0)