You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/sql-big-data-cluster/deployment/kubeadm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To install docker, you can follow the steps below:
50
50
51
51
### Instructions
52
52
53
-
1. Execute [ubuntu/ubuntu-setup-k8s-prereqs.sh](ubuntu/ubuntu-setup-k8s-prereqs.sh/) script on each machine
54
-
1. Execute [ubuntu/ubuntu-setup-k8s-master.sh](ubuntu/ubuntu-setup-k8s-master.sh/) script on the machine designated as Kubernetes master
53
+
1. Execute [ubuntu/setup-k8s-prereqs.sh](ubuntu/setup-k8s-prereqs.sh/) script on each machine
54
+
1. Execute [ubuntu/setup-k8s-master.sh](ubuntu/setup-k8s-master.sh/) script on the machine designated as Kubernetes master
55
55
1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the script on each agent machine
56
56
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)
0 commit comments