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/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ SQL Server 2019 big data cluster is deployed as docker containers on a Kubernete
3
3
4
4
5
5
## Create a Kubernetes cluster using Kubeadm on Ubuntu 16.04 LTS or 18.04 LTS
6
-
In this example, we will deploy Kubernetes over multiple Linux machines (physical or virtualized) using kubeadm utility. These instructions have been tested primarily with Ubuntu 16.04 LTS version. If you are using Ubuntu 18.04 LTS then install of docker.io may fail with message below depending on your configuration.
6
+
In this example, we will deploy Kubernetes over multiple Ubuntu Linux machines (physical or virtualized) using kubeadm utility. These instructions have been tested with Ubuntu 16.04 LTS & 18.04 LTS versions only.
7
+
8
+
If you are using Ubuntu 18.04 LTS then install of docker.io may fail with message below depending on your configuration.
7
9
8
10
Package docker.io is not available, but is referred to by another package.
9
11
This may mean that the package is missing, has been obsoleted, or
@@ -44,10 +46,11 @@ To install docker, you can follow the steps below:
44
46
[Deploy SQL Server 2019 big data cluster on Kubernetes](https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance?view=sqlallproducts-allversions)
45
47
46
48
[Creating a cluster using kubeadm](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)
1. Execute [kubeadm/ubuntu-setup-k8s-prereqs.sh](kubeadm/ubuntu-setup-k8s-prereqs.sh/) script on each machine
51
-
1. Execute [kubeadm/ubuntu-setup-k8s-master.sh](kubeadm/ubuntu-setup-k8s-master.sh/) script on the machine designated as Kubernetes master
52
-
1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the script on each agent machine
53
+
1. Execute [kubeadm/ubuntu/setup-k8s-prereqs.sh](kubeadm/ubuntu/setup-k8s-prereqs.sh/) script on each machine
54
+
1. Execute [kubeadm/ubuntu/setup-k8s-master.sh](kubeadm/ubuntu/setup-k8s-master.sh/) script on the machine designated as Kubernetes master
55
+
1. After successful initialzation of the Kubernetes master, follow the kubeadm join commands output by the script on each agent machine
53
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