From 525b554ab74e1cc128eb87808ae686b41b7b301a Mon Sep 17 00:00:00 2001 From: Mihaela Blendea Date: Mon, 17 Dec 2018 15:44:37 -0800 Subject: [PATCH] Fix link --- .../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 c2e7e6a1..539d454f 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md @@ -54,7 +54,7 @@ To install docker, you can follow the steps below: 1. Execute [ubuntu/setup-k8s-prereqs.sh](ubuntu/setup-k8s-prereqs.sh/) script on each machine 1. Execute [ubuntu/setup-k8s-master.sh](ubuntu/setup-k8s-master.sh/) script on the machine designated as Kubernetes master 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 [ubuntu/setup-volumes-agent.sh](ubuntu/setup-volumes-agent.sh/) script on each agent machine to create volumes for local storage **NOTE: Ensure there is sufficient local storage on your agents. Each volume will use up to 6GB by default. The script creates 25 volumes. Not all of the volumes will be used since it depends on the number of pods being deployed on each agent node. It is recommended to have at least 200 GB of storage on the agent nodes** 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