Skip to content

Commit e0a8e48

Browse files
committed
update
1 parent c7d9b38 commit e0a8e48

11 files changed

+56
-56
lines changed

doc/Kubernetes_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sudo systemctl restart docker
6464
```shell
6565
# 由于1.24以及更高版本不支持docker所以安装cri-docker
6666
# 下载cri-docker
67-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
67+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
6868

6969
# 解压cri-docker
7070
tar xvf cri-dockerd-0.2.5.amd64.tgz

doc/Minikube_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sudo systemctl restart docker
4444
```shell
4545
# 由于1.24以及更高版本不支持docker所以安装cri-docker
4646
# 下载cri-docker
47-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
47+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
4848

4949
# 解压cri-docker
5050
tar xvf cri-dockerd-0.2.5.amd64.tgz

doc/v1.25.0-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ systemctl restart docker
653653
```shell
654654
# 由于1.24以及更高版本不支持docker所以安装cri-docker
655655
# 下载cri-docker
656-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
656+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
657657

658658
# 解压cri-docker
659659
tar xvf cri-dockerd-0.2.5.amd64.tgz
@@ -2794,7 +2794,7 @@ EOF
27942794
```shell
27952795
# https://github.com/opencontainers/runc/releases
27962796
# 升级runc
2797-
[root@k8s-master-1 ~]# wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
2797+
[root@k8s-master-1 ~]# wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
27982798
[root@k8s-master-1 ~]# install -m 755 runc.amd64 /usr/local/sbin/runc
27992799
[root@k8s-master-1 ~]# cp -p /usr/local/sbin/runc /usr/local/bin/runc
28002800
[root@k8s-master-1 ~]# cp -p /usr/local/sbin/runc /usr/bin/runc

doc/v1.25.4-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ wget https://dl.k8s.io/v1.25.4/kubernetes-server-linux-amd64.tar.gz
164164
2.下载etcdctl二进制包
165165
github二进制包下载地址:https://github.com/etcd-io/etcd/releases
166166

167-
wget https://ghproxy.com/https://github.com/etcd-io/etcd/releases/download/v3.5.6/etcd-v3.5.6-linux-amd64.tar.gz
167+
wget https://mirrors.chenby.cn/https://github.com/etcd-io/etcd/releases/download/v3.5.6/etcd-v3.5.6-linux-amd64.tar.gz
168168

169169
3.docker二进制包下载
170170
二进制包下载地址:https://download.docker.com/linux/static/stable/x86_64/
@@ -174,29 +174,29 @@ wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.21.tgz
174174
4.下载cri-docker
175175
二进制包下载地址:https://github.com/Mirantis/cri-dockerd/releases/
176176

177-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.6/cri-dockerd-0.2.6.amd64.tgz
177+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.6/cri-dockerd-0.2.6.amd64.tgz
178178

179179
4.containerd下载时下载带cni插件的二进制包。
180180
github下载地址:https://github.com/containerd/containerd/releases
181181

182-
wget https://ghproxy.com/https://github.com/containerd/containerd/releases/download/v1.6.10/cri-containerd-cni-1.6.10-linux-amd64.tar.gz
182+
wget https://mirrors.chenby.cn/https://github.com/containerd/containerd/releases/download/v1.6.10/cri-containerd-cni-1.6.10-linux-amd64.tar.gz
183183

184184
5.下载cfssl二进制包
185185
github二进制包下载地址:https://github.com/cloudflare/cfssl/releases
186186

187-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl_1.6.3_linux_amd64
188-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssljson_1.6.3_linux_amd64
189-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl-certinfo_1.6.3_linux_amd64
187+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl_1.6.3_linux_amd64
188+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssljson_1.6.3_linux_amd64
189+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl-certinfo_1.6.3_linux_amd64
190190

191191
6.cni插件下载
192192
github下载地址:https://github.com/containernetworking/plugins/releases
193193

194-
wget https://ghproxy.com/https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz
194+
wget https://mirrors.chenby.cn/https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz
195195

196196
7.crictl客户端二进制下载
197197
github下载:https://github.com/kubernetes-sigs/cri-tools/releases
198198

199-
wget https://ghproxy.com/https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.25.0/crictl-v1.25.0-linux-amd64.tar.gz
199+
wget https://mirrors.chenby.cn/https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.25.0/crictl-v1.25.0-linux-amd64.tar.gz
200200
```
201201

202202
### 1.7.关闭防火墙
@@ -697,7 +697,7 @@ systemctl restart docker
697697
```shell
698698
# 由于1.24以及更高版本不支持docker所以安装cri-docker
699699
# 下载cri-docker
700-
# wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
700+
# wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
701701

702702
# 解压cri-docker
703703
tar xvf cri-dockerd-*.amd64.tgz
@@ -2964,7 +2964,7 @@ EOF
29642964
```shell
29652965
# https://github.com/opencontainers/runc/releases
29662966
# 升级runc
2967-
wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
2967+
wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
29682968
install -m 755 runc.amd64 /usr/local/sbin/runc
29692969
cp -p /usr/local/sbin/runc /usr/local/bin/runc
29702970
cp -p /usr/local/sbin/runc /usr/bin/runc

doc/v1.26.0-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ wget https://dl.k8s.io/v1.26.0/kubernetes-server-linux-amd64.tar.gz
164164
2.下载etcdctl二进制包
165165
github二进制包下载地址:https://github.com/etcd-io/etcd/releases
166166

167-
wget https://ghproxy.com/https://github.com/etcd-io/etcd/releases/download/v3.5.6/etcd-v3.5.6-linux-amd64.tar.gz
167+
wget https://mirrors.chenby.cn/https://github.com/etcd-io/etcd/releases/download/v3.5.6/etcd-v3.5.6-linux-amd64.tar.gz
168168

169169
3.docker二进制包下载
170170
二进制包下载地址:https://download.docker.com/linux/static/stable/x86_64/
@@ -174,29 +174,29 @@ wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.21.tgz
174174
4.下载cri-docker
175175
二进制包下载地址:https://github.com/Mirantis/cri-dockerd/releases/
176176

177-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.6/cri-dockerd-0.2.6.amd64.tgz
177+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.6/cri-dockerd-0.2.6.amd64.tgz
178178

179179
4.containerd下载时下载带cni插件的二进制包。
180180
github下载地址:https://github.com/containerd/containerd/releases
181181

182-
wget https://ghproxy.com/https://github.com/containerd/containerd/releases/download/v1.6.10/cri-containerd-cni-1.6.10-linux-amd64.tar.gz
182+
wget https://mirrors.chenby.cn/https://github.com/containerd/containerd/releases/download/v1.6.10/cri-containerd-cni-1.6.10-linux-amd64.tar.gz
183183

184184
5.下载cfssl二进制包
185185
github二进制包下载地址:https://github.com/cloudflare/cfssl/releases
186186

187-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl_1.6.3_linux_amd64
188-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssljson_1.6.3_linux_amd64
189-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl-certinfo_1.6.3_linux_amd64
187+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl_1.6.3_linux_amd64
188+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssljson_1.6.3_linux_amd64
189+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.3/cfssl-certinfo_1.6.3_linux_amd64
190190

191191
6.cni插件下载
192192
github下载地址:https://github.com/containernetworking/plugins/releases
193193

194-
wget https://ghproxy.com/https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz
194+
wget https://mirrors.chenby.cn/https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz
195195

196196
7.crictl客户端二进制下载
197197
github下载:https://github.com/kubernetes-sigs/cri-tools/releases
198198

199-
wget https://ghproxy.com/https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.26.0/crictl-v1.26.0-linux-amd64.tar.gz
199+
wget https://mirrors.chenby.cn/https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.26.0/crictl-v1.26.0-linux-amd64.tar.gz
200200
```
201201

202202
### 1.7.关闭防火墙
@@ -699,7 +699,7 @@ systemctl restart docker
699699
```shell
700700
# 由于1.24以及更高版本不支持docker所以安装cri-docker
701701
# 下载cri-docker
702-
# wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
702+
# wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
703703

704704
# 解压cri-docker
705705
tar xvf cri-dockerd-*.amd64.tgz
@@ -2968,7 +2968,7 @@ EOF
29682968
```shell
29692969
# https://github.com/opencontainers/runc/releases
29702970
# 升级runc
2971-
wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
2971+
wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
29722972
install -m 755 runc.amd64 /usr/local/sbin/runc
29732973
cp -p /usr/local/sbin/runc /usr/local/bin/runc
29742974
cp -p /usr/local/sbin/runc /usr/bin/runc

doc/v1.26.1-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves-Offline.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ fi
363363

364364

365365
if [ ! -f "runc.amd64" ];then
366-
wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v${runc}/runc.amd64
366+
wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v${runc}/runc.amd64
367367
else
368368
echo "文件存在"
369369
fi
@@ -376,25 +376,25 @@ fi
376376

377377

378378
if [ ! -f "cni-plugins-linux-amd64-${cni_plugins}.tgz" ];then
379-
wget https://ghproxy.com/https://github.com/containernetworking/plugins/releases/download/${cni_plugins}/cni-plugins-linux-amd64-${cni_plugins}.tgz
379+
wget https://mirrors.chenby.cn/https://github.com/containernetworking/plugins/releases/download/${cni_plugins}/cni-plugins-linux-amd64-${cni_plugins}.tgz
380380
else
381381
echo "文件存在"
382382
fi
383383

384384
if [ ! -f "cri-containerd-cni-${cri_containerd_cni}-linux-amd64.tar.gz" ];then
385-
wget https://ghproxy.com/https://github.com/containerd/containerd/releases/download/v${cri_containerd_cni}/cri-containerd-cni-${cri_containerd_cni}-linux-amd64.tar.gz
385+
wget https://mirrors.chenby.cn/https://github.com/containerd/containerd/releases/download/v${cri_containerd_cni}/cri-containerd-cni-${cri_containerd_cni}-linux-amd64.tar.gz
386386
else
387387
echo "文件存在"
388388
fi
389389

390390
if [ ! -f "crictl-${crictl}-linux-amd64.tar.gz" ];then
391-
wget https://ghproxy.com/https://github.com/kubernetes-sigs/cri-tools/releases/download/${crictl}/crictl-${crictl}-linux-amd64.tar.gz
391+
wget https://mirrors.chenby.cn/https://github.com/kubernetes-sigs/cri-tools/releases/download/${crictl}/crictl-${crictl}-linux-amd64.tar.gz
392392
else
393393
echo "文件存在"
394394
fi
395395

396396
if [ ! -f "cri-dockerd-${cri_dockerd}.amd64.tgz" ];then
397-
wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v${cri_dockerd}/cri-dockerd-${cri_dockerd}.amd64.tgz
397+
wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v${cri_dockerd}/cri-dockerd-${cri_dockerd}.amd64.tgz
398398
else
399399
echo "文件存在"
400400
fi
@@ -406,19 +406,19 @@ echo "文件存在"
406406
fi
407407

408408
if [ ! -f "etcd-${etcd}-linux-amd64.tar.gz" ];then
409-
wget https://ghproxy.com/https://github.com/etcd-io/etcd/releases/download/${etcd}/etcd-${etcd}-linux-amd64.tar.gz
409+
wget https://mirrors.chenby.cn/https://github.com/etcd-io/etcd/releases/download/${etcd}/etcd-${etcd}-linux-amd64.tar.gz
410410
else
411411
echo "文件存在"
412412
fi
413413

414414
if [ ! -f "cfssl" ];then
415-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v${cfssl}/cfssl_${cfssl}_linux_amd64 -O cfssl
415+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v${cfssl}/cfssl_${cfssl}_linux_amd64 -O cfssl
416416
else
417417
echo "文件存在"
418418
fi
419419

420420
if [ ! -f "cfssljson" ];then
421-
wget https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v${cfssljson}/cfssljson_${cfssljson}_linux_amd64 -O cfssljson
421+
wget https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v${cfssljson}/cfssljson_${cfssljson}_linux_amd64 -O cfssljson
422422
else
423423
echo "文件存在"
424424
fi
@@ -943,7 +943,7 @@ systemctl restart docker
943943
```shell
944944
# 由于1.24以及更高版本不支持docker所以安装cri-docker
945945
# 下载cri-docker
946-
# wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
946+
# wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
947947

948948
# 解压cri-docker
949949
tar xvf cri-dockerd-*.amd64.tgz
@@ -3216,7 +3216,7 @@ EOF
32163216
```shell
32173217
# https://github.com/opencontainers/runc/releases
32183218
# 升级runc
3219-
wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
3219+
wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
32203220
install -m 755 runc.amd64 /usr/local/sbin/runc
32213221
cp -p /usr/local/sbin/runc /usr/local/bin/runc
32223222
cp -p /usr/local/sbin/runc /usr/bin/runc

doc/v1.27.1-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves-Offline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ kubernetes_server_version='v1.27.1'
359359
nginx_version='1.24.0'
360360

361361
# URLs
362-
base_url='https://ghproxy.com/https://github.com'
362+
base_url='https://mirrors.chenby.cn/https://github.com'
363363
kernel_url="http://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/el7/x86_64/RPMS/kernel-lt-${kernel_version}-1.el7.elrepo.x86_64.rpm"
364364
runc_url="${base_url}/opencontainers/runc/releases/download/v${runc_version}/runc.amd64"
365365
docker_url="https://download.docker.com/linux/static/stable/x86_64/docker-${docker_version}.tgz"
@@ -909,7 +909,7 @@ systemctl restart docker
909909
```shell
910910
# 由于1.24以及更高版本不支持docker所以安装cri-docker
911911
# 下载cri-docker
912-
# wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
912+
# wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.5/cri-dockerd-0.2.5.amd64.tgz
913913

914914
# 解压cri-docker
915915
tar xvf cri-dockerd-*.amd64.tgz
@@ -3245,7 +3245,7 @@ EOF
32453245
```shell
32463246
# https://github.com/opencontainers/runc/releases
32473247
# 升级runc
3248-
# wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
3248+
# wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
32493249

32503250
install -m 755 runc.amd64 /usr/local/sbin/runc
32513251
cp -p /usr/local/sbin/runc /usr/local/bin/runc

doc/v1.27.3-CentOS-binary-install-IPv6-IPv4-Three-Masters-Two-Slaves-Offline.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ helm_version='3.12.1'
371371
nginx_version='1.25.1'
372372

373373
# URLs
374-
base_url='https://ghproxy.com/https://github.com'
374+
base_url='https://mirrors.chenby.cn/https://github.com'
375375
kernel_url="http://mirrors.tuna.tsinghua.edu.cn/elrepo/kernel/el7/x86_64/RPMS/kernel-lt-${kernel_version}-1.el7.elrepo.x86_64.rpm"
376376
runc_url="${base_url}/opencontainers/runc/releases/download/v${runc_version}/runc.amd64"
377377
docker_url="https://download.docker.com/linux/static/stable/x86_64/docker-${docker_version}.tgz"
@@ -673,7 +673,7 @@ EOF
673673

674674
```shell
675675
# https://github.com/containernetworking/plugins/releases/
676-
# wget https://ghproxy.com/https://github.com/containernetworking/plugins/releases/download/v1.3.0/cni-plugins-linux-amd64-v1.3.0.tgz
676+
# wget https://mirrors.chenby.cn/https://github.com/containernetworking/plugins/releases/download/v1.3.0/cni-plugins-linux-amd64-v1.3.0.tgz
677677

678678
cd cby/
679679

@@ -683,7 +683,7 @@ mkdir -p /etc/cni/net.d /opt/cni/bin
683683
tar xf cni-plugins-linux-amd64-v*.tgz -C /opt/cni/bin/
684684

685685
# https://github.com/containerd/containerd/releases/
686-
# wget https://ghproxy.com/https://github.com/containerd/containerd/releases/download/v1.7.2/cri-containerd-cni-1.7.2-linux-amd64.tar.gz
686+
# wget https://mirrors.chenby.cn/https://github.com/containerd/containerd/releases/download/v1.7.2/cri-containerd-cni-1.7.2-linux-amd64.tar.gz
687687

688688
#解压
689689
tar -xzf cri-containerd-cni-*-linux-amd64.tar.gz -C /
@@ -922,7 +922,7 @@ systemctl restart docker
922922
```shell
923923
# 由于1.24以及更高版本不支持docker所以安装cri-docker
924924
# 下载cri-docker
925-
# wget https://ghproxy.com/https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.3/cri-dockerd-0.3.3.amd64.tgz
925+
# wget https://mirrors.chenby.cn/https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.3/cri-dockerd-0.3.3.amd64.tgz
926926

927927
# 解压cri-docker
928928
tar xvf cri-dockerd-*.amd64.tgz
@@ -1051,8 +1051,8 @@ https://github.com/cby-chen/Kubernetes/releases/download/v1.27.3/kubernetes-v1.2
10511051

10521052
```shell
10531053
# master01节点下载证书生成工具
1054-
# wget "https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.4/cfssl_1.6.4_linux_amd64" -O /usr/local/bin/cfssl
1055-
# wget "https://ghproxy.com/https://github.com/cloudflare/cfssl/releases/download/v1.6.4/cfssljson_1.6.4_linux_amd64" -O /usr/local/bin/cfssljson
1054+
# wget "https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.4/cfssl_1.6.4_linux_amd64" -O /usr/local/bin/cfssl
1055+
# wget "https://mirrors.chenby.cn/https://github.com/cloudflare/cfssl/releases/download/v1.6.4/cfssljson_1.6.4_linux_amd64" -O /usr/local/bin/cfssljson
10561056

10571057
# 软件包内有
10581058
cp cfssl_*_linux_amd64 /usr/local/bin/cfssl
@@ -2550,7 +2550,7 @@ EOF
25502550
```shell
25512551
# https://github.com/opencontainers/runc/releases
25522552
# 升级runc
2553-
# wget https://ghproxy.com/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
2553+
# wget https://mirrors.chenby.cn/https://github.com/opencontainers/runc/releases/download/v1.1.4/runc.amd64
25542554

25552555
install -m 755 runc.amd64 /usr/local/sbin/runc
25562556
cp -p /usr/local/sbin/runc /usr/local/bin/runc

0 commit comments

Comments
 (0)