Skip to content

Commit a624a39

Browse files
committed
CTP 3.2 updates
1 parent 8027d38 commit a624a39

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment

samples/features/sql-big-data-cluster/deployment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
SQL Server 2019 big data cluster is deployed as docker containers on a Kubernetes cluster. These samples provide scripts that can be used to provision a Kubernetes clusters using different environments.
55

6-
## Deploy a Kubernetes cluster using kubeadm
6+
## __[Deploy a Kubernetes cluster using kubeadm](kubeadm/)__
77

88
Use the scripts in the **kubeadm** folder to deploy a Kubernetes cluster over one or more Linux machines (physical or virtualized) using `kubeadm` utility.
99

10-
## Deploy a SQL Server big data cluster on Azure Kubernetes Service (AKS)
10+
## __[Deploy a SQL Server big data cluster on Azure Kubernetes Service (AKS)](aks/)__
1111

1212
Using the sample Python script in **aks** folder, you will deploy a Kubernetes cluster in Azure using AKS and a SQL Server big data cluster using on top of it.
1313

14-
## Push SQL Server big data cluster images to your own private Docker repository
14+
## __[Push SQL Server big data cluster images to your own private Docker repository](offline/)__
1515

1616
Using the sample Python script in **offline** folder, you will push the necessary images required for the deployment to your own repository.

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
66
## Pre-requisites
77

88
1. A vanilla Ubuntu 16.04 or 18.04 VM. All dependencies will be setup by the script. Using Azure Linux VMs is not yet supported.
9-
1. VM should have at least 8CPUs, 64GB RAM and 100GB disk space.After installing the images you will be left with 50GB for data/logs across all components.
9+
1. VM should have at least 8 CPUs, 64GB RAM and 100GB disk space. After installing the images you will be left with 50GB for data/logs across all components.
1010

1111
## Instructions
1212

1313
1. Download the script on the VM you are planning to use for the deployment
1414

1515
```
1616
17-
curl --output kickstarter-azdata.sh http://rima-5.guest.corp.microsoft.com/kickstarter-azdata.sh
17+
curl --output setup-bdc.sh https://github.com/microsoft/sql-server-samples/blob/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
1818
```
1919

2020
1. Make the script executable
2121

2222
```
2323
24-
chmod +x kickstarter-azdata.sh
24+
chmod +x setup-azdata.sh
2525
```
2626

2727
1. Run the script (make sure you are running with sudo)
2828

2929
```
3030
31-
sudo ./kickstarter-azdata.sh
31+
sudo ./setup-azdata.sh
3232
```
3333

3434
1. Refresh alias setup for azdata

0 commit comments

Comments
 (0)