-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathubuntu-rancher-docker.sh
391 lines (330 loc) · 11.4 KB
/
ubuntu-rancher-docker.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
#!/bin/bash
#------------------------------------------
# Ubuntu16.04 Rancher Docker InstallScript
# copyright https://github.com/cjy37
# email: rocky.cn@foxmail.com
#------------------------------------------
# set -e
showMenu() {
clear
echo
echo "--------------------------------------------------------------"
echo "| Ubuntu16.04 Install Helper |"
echo "| 版权所有 https://github.com/cjy37 |"
echo "|------------------------------------------------------------|"
echo "| a. 安装 Docker 运行环境 |"
echo "| b. 安装 Rancher2.x (Docker控制台) |"
echo "| c. 安装 OpenSSH7.6 |"
echo "| d. 安装 NFS 共享存储 |"
echo "| x. 退出 |"
echo "--------------------------------------------------------------"
echo
return 0
}
selectCmd() {
alias cp='cp'
showMenu
echo "请选择要安装的字母序号 [a-x]:"
read -n 1 M
echo
if [ "$M" = "x" ]; then
exit 1
elif [ "$M" = "a" ]; then
echo "安装 Docker 运行环境"
echo "------------------------------------"
setupDocker
read -n 1 -p "按 <Enter> 继续..."
elif [ "$M" = "b" ]; then
echo "安装 Rancher 服务"
echo "------------------------------------"
setupRancher
read -n 1 -p "按 <Enter> 继续..."
elif [ "$M" = "c" ]; then
echo "安装 OpenSSH7.6"
echo "------------------------------------"
installSshD
read -n 1 -p "按 <Enter> 继续..."
elif [ "$M" = "d" ]; then
echo "安装 NFS 共享存储"
echo "------------------------------------"
setupNFS
read -n 1 -p "按 <Enter> 继续..."
else
echo "选择错误!"
read -n 1 -p "按 <Enter> 继续..."
fi
selectCmd
return 0
}
installSshD() {
echo "install OpenSSH7.6"
echo "------------------------------------"
# https://packages.ubuntu.com/bionic/amd64/openssh-server/download
sudo tee /etc/apt/sources.list <<-'EOF'
deb http://cz.archive.ubuntu.com/ubuntu bionic main
EOF
sudo apt-get update -y
sudo rm -rf /var/lib/dpkg/info/*
sudo apt-get install openssh-server -y
}
# ====== 安装 Docker ======
setupDocker() {
echo "install Docker"
echo "------------------------------------"
echo "配置每台主机的hosts(/etc/hosts),添加host_ip $hostname到/etc/hosts文件中。"
# Rancher基础端口
sudo ufw allow 80
sudo ufw allow 443
sudo ufw allow 22
sudo ufw allow 2376
sudo ufw allow 2379
sudo ufw allow 2380
sudo ufw allow 6443
sudo ufw allow 8080
sudo ufw allow 8472
sudo ufw allow 10250
sudo ufw allow 10254
sudo ufw allow 9099
# ufw disable ?
# 修改时区
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
# 修改系统语言环境
sudo echo 'LANG="en_US.UTF-8"' >> /etc/profile; sudo source /etc/profile
# Kernel性能调优
sudo cat >> /etc/sysctl.conf<<EOF
net.ipv4.ip_forward=1
net.bridge.bridge-nf-call-iptables=1
net.ipv4.neigh.default.gc_thresh1=4096
net.ipv4.neigh.default.gc_thresh2=6144
net.ipv4.neigh.default.gc_thresh3=8192
#增加如下内容
net.ipv4.neigh.default.gc_stale_time=120
net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0
net.ipv4.conf.default.arp_announce=2
net.ipv4.conf.all.arp_announce=2
net.ipv4.tcp_max_tw_buckets=5000
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_max_syn_backlog=1024
net.ipv4.tcp_synack_retries=2
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
net.ipv4.conf.lo.arp_announce=2
vm.swappiness=10
vm.vfs_cache_pressure=50
vm.overcommit_memory=1
net.core.somaxconn=65535
net.netfilter.nf_conntrack_max=655350
net.netfilter.nf_conntrack_tcp_timeout_established=1200
#增加NFS挂载服务并发数
sunrpc.tcp_slot_table_entries=128
EOF
# 保存配置
sudo sysctl -p
sudo modprobe br_netfilter
sudo modprobe ip6_udp_tunnel
sudo modprobe ip_set
sudo modprobe ip_set_hash_ip
sudo modprobe ip_set_hash_net
sudo modprobe iptable_filter
sudo modprobe iptable_nat
sudo modprobe iptable_mangle
sudo modprobe iptable_raw
sudo modprobe nf_conntrack_netlink
sudo modprobe nf_conntrack
sudo modprobe nf_conntrack_ipv4
sudo modprobe nf_defrag_ipv4
sudo modprobe nf_nat
sudo modprobe nf_nat_ipv4
sudo modprobe nf_nat_masquerade_ipv4
sudo modprobe nfnetlink
sudo modprobe udp_tunnel
sudo modprobe VETH
sudo modprobe VXLAN
sudo modprobe x_tables
sudo modprobe xt_addrtype
sudo modprobe xt_conntrack
sudo modprobe xt_comment
sudo modprobe xt_mark
sudo modprobe xt_multiport
sudo modprobe xt_nat
sudo modprobe xt_recent
sudo modprobe xt_set
sudo modprobe xt_statistic
sudo modprobe xt_tcpudp
# 修改系统源
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo cat > /etc/apt/sources.list << EOF
deb http://mirrors.aliyun.com/ubuntu/ xenial main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main
deb http://mirrors.aliyun.com/ubuntu/ xenial universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security universe
EOF
# 定义安装版本
export docker_version=17.03.2
# step 1: 安装必要的一些系统工具
sudo apt update
sudo apt -y install apt-transport-https ca-certificates curl software-properties-common bash-completion
# step 2: 安装GPG证书
sudo curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
# Step 3: 写入软件源信息
sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial stable"
# Step 4: 更新并安装 Docker-CE
sudo apt -y update
version=$(apt-cache madison docker-ce|grep ${docker_version}|awk '{print $3}')
# --allow-downgrades 允许降级安装
sudo apt -y install docker-ce=${version} --allow-downgrades
# 设置开机启动
sudo systemctl enable docker
sudo usermod -aG docker dereck
sudo cat > /etc/docker/daemon.json << EOF
{
"registry-mirrors": ["https://7bezldxe.mirror.aliyuncs.com/"],
"insecure-registries": ["docker.yingzi.com:52375"],
"storage-driver": "overlay2",
"storage-opts": ["overlay2.override_kernel_check=true"],
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "3"
}
}
EOF
# Ubuntu\Debian系统下,默认cgroups未开启swap account功能,这样会导致设置容器内存或者swap资源限制不生效。可以通过以下命令解决
sudo sed -i 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1 /g' /etc/default/grub
sudo update-grub
sudo apt update && sudo apt install -y apt-transport-https
curl https://mirrors.aliyun.com/kubernetes/apt/doc/apt-key.gpg | apt-key add -
rm /etc/apt/sources.list.d/kubernetes.list
sudo touch /etc/apt/sources.list.d/kubernetes.list
sudo echo "deb https://mirrors.aliyun.com/kubernetes/apt/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list
sudo apt update
sudo apt install -y kubectl
sudo chown -R dereck:root /data
# 重启服务
sudo systemctl daemon-reload && sudo systemctl restart docker
cd /data && rm /data/rke
wget https://github.com/rancher/rke/releases/download/v0.1.15/rke_linux-amd64
chmod +x rke_linux-amd64
./rke_linux-amd64 --version
mv rke_linux-amd64 rke
sudo ln -sf /data/rke /usr/bin/rke
return $?
}
setupKubernetes() {
sudo cat > /data/rancher-cluster.yml << EOF
nodes:
- address: 172.20.200.13 # hostname or IP to access nodes
user: dereck # root user (usually 'root')
role: [controlplane,etcd,worker] # K8s roles for node
ssh_key_path: ~/.ssh/id_rsa # path to PEM file
- address: 172.20.200.14
user: dereck
role: [controlplane,etcd,worker]
ssh_key_path: ~/.ssh/id_rsa
- address: 172.20.200.15
user: dereck
role: [controlplane,etcd,worker]
ssh_key_path: ~/.ssh/id_rsa
services:
etcd:
snapshot: true
creation: 6h
retention: 24h
EOF
#docker run -d --restart=unless-stopped \
# -p 80:80 -p 443:443 \
# -v /data/config/nginx/nginx.conf:/etc/nginx/nginx.conf \
# nginx:1.14
# 运行RKE命令 安装kubernetes集群
cd /data
sudo rke up --config rancher-cluster.yml
export KUBECONFIG=$(pwd)/kube_config_rancher-cluster.yml
sudo echo 'KUBECONFIG=$(pwd)/kube_config_rancher-cluster.yml' >> /etc/profile; source /etc/profile
}
# ========= 安装 Rancher2 ==========
setupRancher() {
cd /data
# install helm Client
kubectl -n kube-system create serviceaccount tiller
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
#curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash --version v2.12.2
wget https://kubernetes-helm.storage.googleapis.com/helm-v2.12.2-linux-amd64.tar.gz
tar -zxvf helm-v2.12.2-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm
helm help
# install helm server
helm init --service-account tiller --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.12.2 --stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
# 添加Chart仓库地址
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
# 安装证书管理器
helm install stable/cert-manager \
--name cert-manager \
--namespace kube-system
kubectl -n cattle-system create secret tls tls-rancher-ingress \
--cert=/data/abc.com.crt \
--key=/data/abc.com.key
# 安装 rancher
helm install rancher-stable/rancher \
--name rancher \
--namespace cattle-system \
--set hostname=rancher.abc.com \
--set ingress.tls.source=secret
return $?
}
setupNFS() {
echo "install nfs"
echo "------------------------------------"
sudo rm -rf /var/lib/dpkg/info/*
sudo apt-get install -y nfs-kernel-server
sudo mkdir -p cd /wwwroot
echo "启动NFS服务"
sudo tee /etc/exports <<-'EOF'
/wwwroot 172.16.7.0/24(rw,sync,all_squash,anonuid=0,anongid=0)
EOF
sudo exportfs -rv
sudo service nfs-kernel-server restart
# NFS服务端口
sudo ufw allow 111
sudo ufw allow 2049
sudo ufw allow 1001
# NFS服务端口2
sudo ufw allow 32803
sudo ufw allow 32769
sudo ufw allow 892
sudo ufw allow 662
#查看NFS的运行状态
sudo nfsstat
#查看rpc执行信息,可以用于检测rpc运行情况
sudo rpcinfo
# 下载配置文件
#echo "下载配置文件"
#cd /wwwroot/
#wget https://github.com/cjy37/linux-asp.net-installScript/raw/master/config.tar.bz2
#tar xjf config.tar.bz2
#cp -rf config/jenkins_home ./
#rm -f config.tar.bz2
echo "====== 后续操作: ======"
echo "vim /etc/exports"
echo 'exports文件配置格式:
NFS共享的目录 NFS客户端地址1(参数1,参数2,...) 客户端地址2(参数1,参数2,...)
要用绝对路径,可被nfsnobody读写。
例如:
# /wwwroot 172.16.7.0/24(rw,sync,all_squash)
重启服务:
# sudo service nfs-kernel-server restart
'
return $?
}
cd /tmp
#read -n 1 -p "按任意键安装Docker组件. 按 [Ctrl + C] 取消安装."
selectCmd