From f1176278250bf42b00a1b9b83d205a375a4b6f20 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 6 Jan 2022 07:23:04 +0100 Subject: [PATCH] Tweaked Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa28c6e..2e868f6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ terraform init terraform apply -auto-approve ``` -It will take a few minutes to complete, and then you should see a green output with the IP addresses of the nodes. Then you can immediately kubectl into it (using the kubeconfig.yaml saved to the project's directory after the install). +It will take around 12 minutes to complete, and then you should see a green output with the IP addresses of the nodes. Then you can immediately kubectl into it (using the kubeconfig.yaml saved to the project's directory after the install). _Just using the command `kubectl --kubeconfig kubeconfig.yaml` would work, but for more convenience, either create a symlink from `~/.kube/config` to `kubeconfig.yaml`, or add an export statement to your `~/.bashrc` or `~/.zshrc` file, as follows (you can get the path of kubeconfig.yaml by running `pwd`):_