File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster
deployment/kubeadm/ubuntu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 CREATE MASTER KEY ENCRYPTION BY PASSWORD = ' sql19bigdatacluster!' ;
8484
8585 -- Create default data sources for SQL Big Data Cluster
86- IF SERVERPROPERTY (' ProductLevel' ) = ' RTM '
86+ IF SERVERPROPERTY (' ProductLevel' ) <> ' RC1 '
8787 CREATE EXTERNAL DATA SOURCE SqlComputePool
8888 WITH (LOCATION = ' sqlcomputepool://controller-svc/default' );
8989
Original file line number Diff line number Diff line change 22
33# Initialize a kubernetes cluster on the current node.
44#
5- KUBE_VERSION=1.15.0
5+ KUBE_VERSION=1.16.2
66sudo kubeadm init --pod-network-cidr=10.244.0.0/16 --kubernetes-version=$KUBE_VERSION
77mkdir -p $HOME /.kube
88sudo cp -i /etc/kubernetes/admin.conf $HOME /.kube/config
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
1010deb http://apt.kubernetes.io/ kubernetes-xenial main
1111EOF
1212
13- KUBE_DPKG_VERSION=1.15.0 -00
13+ KUBE_DPKG_VERSION=1.16.2 -00
1414apt-get update
1515apt-get install -y ebtables ethtool
1616apt-get install -y docker.io
You can’t perform that action at this time.
0 commit comments