Skip to content

Commit 9c81bd2

Browse files
authored
Merge pull request MicrosoftDocs#8799 from MicrosoftDocs/rothja-patch-5
Adding note in tools article on how to connect kubectl with AKS
2 parents 9ec19f1 + c688cb6 commit 9c81bd2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/big-data-cluster/deploy-big-data-tools.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to install tools used with SQL Server 2019 big data clust
55
author: rothja
66
ms.author: jroth
77
manager: craigg
8-
ms.date: 12/13/2018
8+
ms.date: 01/17/2019
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: big-data-cluster
@@ -33,7 +33,14 @@ The following table lists common big data cluster tools and how to install them:
3333
| **sqlcmd** | For some scripts | Legacy command-line tool for querying SQL Server ([More info](https://docs.microsoft.com/sql/tools/sqlcmd-utility?view=sql-server-ver15)). | [Windows](https://www.microsoft.com/download/details.aspx?id=36433) \| [Linux](../linux/sql-server-linux-setup-tools.md) |
3434
| **curl** <sup>3</sup> | For some scripts | Command-line tool for transferring data with URLs. | [Windows](https://curl.haxx.se/windows/) \| Linux: install curl package |
3535

36-
<sup>1</sup> You must use kubectl version 1.10 or later. Also, the version of Kubectl should be plus or minus one minor version of your Kubernetes cluster. If you want to install a specific version on kubectl client, see [Install kubectl binary via curl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-curl) (on Windows 10, use cmd.exe and not Windows PowerShell to run curl).
36+
<sup>1</sup> You must use kubectl version 1.10 or later. Also, the version of kubectl should be plus or minus one minor version of your Kubernetes cluster. If you want to install a specific version on kubectl client, see [Install kubectl binary via curl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-curl) (on Windows 10, use cmd.exe and not Windows PowerShell to run curl).
37+
38+
> [!TIP]
39+
> To use kubectl with a previously deployed cluster on Azure Kubernetes Service (AKS), you must set the cluster context with the following Azure CLI command:
40+
>
41+
> ```azurecli
42+
> az aks get-credentials --name <aks_cluster_name> --resource-group <azure_resource_group_name>
43+
> ```
3744
3845
<sup>2</sup> You must be using Azure CLI version 2.0.4 or later. Run `az --version` to find the version if needed.
3946

0 commit comments

Comments
 (0)