Go to file
2023-04-27 11:42:36 +08:00
docker 修改配置文件 2023-04-27 11:39:30 +08:00
flannel first commit 2023-04-26 19:57:49 +08:00
ingress-nginx 修改配置文件 2023-04-27 11:39:30 +08:00
keepalived 更新默认ip 2023-04-26 20:09:46 +08:00
kernel_5.4 first commit 2023-04-26 19:57:49 +08:00
kubeadm 修改配置文件 2023-04-27 11:39:30 +08:00
temp 增加.gitignore 2023-04-27 11:39:04 +08:00
-1-kernel_5.4.sh 修改配置文件 2023-04-27 11:39:30 +08:00
.gitattributes first commit 2023-04-26 19:57:49 +08:00
.gitignore 增加.gitignore 2023-04-27 11:39:04 +08:00
0-config.sh 修改配置文件 2023-04-27 11:39:30 +08:00
0-download.sh 修改配置文件 2023-04-27 11:39:30 +08:00
1-init.sh 修改配置文件 2023-04-27 11:39:30 +08:00
2-create_k8s.sh 修改配置文件 2023-04-27 11:39:30 +08:00
3-nginx_ingress.sh 修改配置文件 2023-04-27 11:39:30 +08:00
LICENSE Initial commit 2023-04-26 19:37:25 +08:00
README.md 更新readme 2023-04-27 11:42:36 +08:00

offline-kubernetes-install

完全离线的情况下, 安装k8s集群, 基于CentOS7

脚本 说明
-1-kernel_5.4.sh 可选, 安装5.4内核
0-config.sh 修改里面的配置, 然后执行
0-download.sh 下载离线包, 支持断点续传
1-init.sh 初始化配置, 所有节点都需要执行
2-create_k8s.sh 创建集群, 只需要在一台master上执行即可
3-nginx_ingress.sh 安装nginx-ingress