Skip to content

Commit ca3d295

Browse files
fix: update setup documentation with kubeconfig and talosconfig retrieval instructions
1 parent 9343fd1 commit ca3d295

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)