Fixed kubeconfig output command in docs

This commit is contained in:
Max Pfeiffer
2026-02-01 10:04:36 +01:00
parent cbf848f040
commit 22b6db34bb

View File

@@ -59,7 +59,7 @@ $ tofu apply
``` ```
You can then grab and move the kube config file for Kubernetes provisioning like so: You can then grab and move the kube config file for Kubernetes provisioning like so:
```shell ```shell
$ tofu output kubeconfig -raw > ~/.kube/config $ tofu output -raw kubeconfig > ~/.kube/config
$ chmod 600 ~/.kube/config $ chmod 600 ~/.kube/config
``` ```
Test if your cluster access works by listing the nodes: Test if your cluster access works by listing the nodes: