Skip to content

Commit a7920a6

Browse files
committed
2 parents 5160f57 + 1782a6f commit a7920a6

File tree

1 file changed

+4
-2
lines changed
  • samples/features/sql-big-data-cluster/deployment/kubeadm

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ To install docker, you can follow the steps below:
5353
1. Start a sudo shell context
5454
1. Execute [ubuntu/setup-k8s-prereqs.sh](ubuntu/setup-k8s-prereqs.sh/) script on each machine
5555
1. Execute [ubuntu/setup-k8s-master.sh](ubuntu/setup-k8s-master.sh/) script on the machine designated as Kubernetes master
56-
1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the script on each agent machine
57-
1. Now, you can deploy SQL Server 2019 big data cluster using instructions [here](https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance?view=sqlallproducts-allversions)
56+
1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the setup script on each agent machine
57+
1. Execute [ubuntu/setup-volumes.sh](ubuntu/setup-volumes.sh/) script on each agent machine to create volumes for local storage
58+
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
59+
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)

0 commit comments

Comments
 (0)