From 6199649eb65c455f6dba24362b9ed316f1004f8d Mon Sep 17 00:00:00 2001 From: Guillaume-Fourrat <39527431+Guillaume-Fourrat@users.noreply.github.com> Date: Mon, 14 Oct 2019 10:33:31 +0200 Subject: [PATCH] Update Readme.md to include local-storage steps storage is correctly provisioned by earlier script, just need to mention how to use it. --- .../deployment/kubeadm/ubuntu/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/README.md b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/README.md index e9bafe0ab2..79d73ea7d2 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/README.md @@ -24,5 +24,8 @@ In this example, we will deploy Kubernetes over multiple Linux machines (physica 1. Execute [setup-k8s-master.sh](setup-k8s-master.sh/) script on the machine designated as Kubernetes master (_not_ under sudo su as otherwise you'll setup K8S .kube/config permissions for root) 1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the setup script on each agent machine 1. Execute [setup-volumes-agent.sh](setup-volumes-agent.sh/) script on each agent machine to create volumes for local storage -1. Execute ***kubectl apply -f local-storage-provisioner.yaml*** against the Kubernetes cluster to create the local storage provisioner. -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) +1. Execute ***kubectl apply -f local-storage-provisioner.yaml*** against the Kubernetes cluster to create the local storage provisioner. This will create a Storage Class named "local-storage". +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). +Simply type in "local-storage" twice (once for data, once for logs) when facing the following prompt by azdata : + +`Kubernetes Storage Class - Config Path: spec.storage.data.className - Description: This indicates the name of the Kubernetes Storage Class to use. You must pre-provision the storage class and the persistent volumes or you can use a built in storage class if the platform you are deploying provides this capability. - Please provide a value:`