Skip to content

Commit 6199649

Browse files
Update Readme.md to include local-storage steps
storage is correctly provisioned by earlier script, just need to mention how to use it.
1 parent c4bf3f4 commit 6199649

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ In this example, we will deploy Kubernetes over multiple Linux machines (physica
2424
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)
2525
1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the setup script on each agent machine
2626
1. Execute [setup-volumes-agent.sh](setup-volumes-agent.sh/) script on each agent machine to create volumes for local storage
27-
1. Execute ***kubectl apply -f local-storage-provisioner.yaml*** against the Kubernetes cluster to create the local storage provisioner.
28-
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)
27+
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".
28+
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).
29+
Simply type in "local-storage" twice (once for data, once for logs) when facing the following prompt by azdata :
30+
31+
`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:`

0 commit comments

Comments
 (0)