Skip to content

Commit 8adc42f

Browse files
committed
Refactored files
1 parent edbe2f5 commit 8adc42f

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ SQL Server 2019 big data cluster is deployed as docker containers on a Kubernete
33

44

55
## 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.
79

810
Package docker.io is not available, but is referred to by another package.
911
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:
4446
[Deploy SQL Server 2019 big data cluster on Kubernetes](https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance?view=sqlallproducts-allversions)
4547

4648
[Creating a cluster using kubeadm](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)
49+
4750
[Troubleshooting kubeadm](https://kubernetes.io/docs/setup/independent/troubleshooting-kubeadm/)
4851

4952
#### Instructions
50-
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
5356
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)

samples/features/sql-big-data-cluster/deployment/kubeadm/rbac.yaml renamed to samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/rbac.yaml

File renamed without changes.

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-setup-k8s-master.sh renamed to samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-master.sh

File renamed without changes.

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-setup-k8s-prereqs.sh renamed to samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/setup-k8s-prereqs.sh

File renamed without changes.

0 commit comments

Comments
 (0)