From b35d0133628e5b524b49dcbd39a3961b581dc8d7 Mon Sep 17 00:00:00 2001 From: Jason Roth Date: Fri, 19 Oct 2018 14:14:29 -0400 Subject: [PATCH] Corrected the incorrect links to scripts --- .../sql-big-data-cluster/deployment/kubeadm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ebb2f2ca..78c98bec 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md @@ -50,7 +50,7 @@ To install docker, you can follow the steps below: ### Instructions -1. Execute [kubeadm/ubuntu-setup-k8s-prereqs.sh](kubeadm/ubuntu-setup-k8s-prereqs.sh/) script on each machine -1. Execute [kubeadm/ubuntu-setup-k8s-master.sh](kubeadm/ubuntu-setup-k8s-master.sh/) script on the machine designated as Kubernetes master +1. Execute [ubuntu/ubuntu-setup-k8s-prereqs.sh](ubuntu/ubuntu-setup-k8s-prereqs.sh/) script on each machine +1. Execute [ubuntu/ubuntu-setup-k8s-master.sh](ubuntu/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 script on each agent machine 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)