From 22b6db34bb25ead2d4df7e532c5cc9b49c974997 Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Sun, 1 Feb 2026 10:04:36 +0100 Subject: [PATCH] Fixed kubeconfig output command in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0adc1d..a2815c6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ tofu apply ``` You can then grab and move the kube config file for Kubernetes provisioning like so: ```shell -$ tofu output kubeconfig -raw > ~/.kube/config +$ tofu output -raw kubeconfig > ~/.kube/config $ chmod 600 ~/.kube/config ``` Test if your cluster access works by listing the nodes: