From e3aba6de4548931edf4c7fc714af46c69ca6c55b Mon Sep 17 00:00:00 2001 From: Maximilian Ehlers <2843450+b-m-f@users.noreply.github.com> Date: Sun, 9 May 2021 13:34:42 +0200 Subject: [PATCH] Update README.md Adds dependency on jq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 596a2d2..ddef934 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Cluster size and instance types are configurable through Terraform variables. * Bash must be installed * SSH should be installed and configured with an SSH Key and Agent (Recommended) * Having kubectl installed is recommended +* jq must be installed to fetch kubeconfig Note that you'll need Terraform v0.12 or newer to run this project.