From 4403169d342663456ddc93b8186be831be50bec5 Mon Sep 17 00:00:00 2001 From: Umachandar Jayachandran Date: Mon, 17 Dec 2018 09:36:05 -0800 Subject: [PATCH] Update README.md --- .../features/sql-big-data-cluster/deployment/kubeadm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md index 18aef584..205ee2a7 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md @@ -56,4 +56,4 @@ To install docker, you can follow the steps below: 1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the setup script on each agent machine 1. Execute [ubuntu/setup-volumes.sh](ubuntu/setup-volumes.sh/) script on each agent machine to create volumes for local storage 1. Execute ***kubectl apply -f ubuntu/local-storage-provisioner.yaml*** against the Kubernetes cluster to create the local storage provisioner. You can now use persistent volumes by setting the USE_PERSISTENT_VOLUME environment variable to ***true** and STORAGE_CLASS_NAME environment variable to ***local-storage*** during deployment -1. For more detaiks on deploying SQL Server 2019 big data cluster follow instructions [here](https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance?view=sqlallproducts-allversions) +1. Now, you can deploy the SQL Server 2019 big data cluster following instructions [here](https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance?view=sqlallproducts-allversions)