From 72f20596934955e76cd2fddc17b79a416dba71fe Mon Sep 17 00:00:00 2001 From: David Browne Date: Wed, 5 Dec 2018 19:48:48 -0600 Subject: [PATCH] Adding kubectl to the prereqs Install will fail if current kubectl is not installed on your workstation --- samples/features/sql-big-data-cluster/deployment/aks/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/features/sql-big-data-cluster/deployment/aks/README.md b/samples/features/sql-big-data-cluster/deployment/aks/README.md index 5d2fbf91..571940a1 100644 --- a/samples/features/sql-big-data-cluster/deployment/aks/README.md +++ b/samples/features/sql-big-data-cluster/deployment/aks/README.md @@ -8,6 +8,7 @@ Using this sample Python script, you will deploy a Kubernetes cluster in Azure u 1. Install latest version of [az cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) 1. Running the script will require: [python minimum version 3.0](https://www.python.org/downloads) +1. Install the latest version of [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) 1. Ensure you have installed `mssqlctl` CLI and its prerequisites: - Install [pip3](https://pip.pypa.io/en/stable/installing/). - Install/update requests package. Run the command below using elevated priviledges (sudo or admin cmd window):