当前位置:网站首页>kubesphere多节点安装出错
kubesphere多节点安装出错
2022-07-27 14:49:00 【lpf_linux】
kubesphere多节点安装(官方参考https://kubesphere.io/zh/docs/installing-on-linux/introduction/multioverview/)
1、实验关闭master和woker的火墙服务
2、错误1:一台master和两台worker之间时间同步没有做好
https://editor.csdn.net/md/?articleId=124200140
https://editor.csdn.net/md/?articleId=124200552
上述是修改配置文件永久时间同步,还可以临时时间同步
3、下载kubekey前先执行以下命令export KKZONE=cn以确保您从正确的区域下载(对于访问github受限制问题时使用) 。
三个节点执行export KKZONE=cn命令,此命令是临时的,重启虚拟机后会失效,把export KKZONE=cn写进vim ~/.bash_profile开机时会自动运行env |grep KKZONE查看KKZONE状态
3、错误2:镜像拉取过程中报错,是没有加速器原因
解决:如果您从 dockerhub.io 下载镜像时遇到问题,建议提前准备仓库的镜像地址(即加速器)。请参见为安装配置加速器或为 Docker Daemon 配置仓库镜像:https://kubesphere.io/zh/docs/faq/installation/configure-booster/
config-sample.yaml配置文件中registryMirrors添加镜像地址:
我的私人阿里云镜像地址为:https://b8jowrzv.mirror.aliyuncs.com
2.启用 kubectl 自动补全
/root下执行
yum install -y bash-completion
echo 'source <(kubectl completion bash)' >>~/.bashrc
source .bashrc
边栏推荐
- Boolean value
- Jupyter creates a virtual environment and installs pytorch (GPU)
- training on multiple GPUs pytorch
- Four solutions of maximum sub segment and go
- Leetcode234 question - simple method to judge palindrome linked list
- ARIMA model selection and residuals
- Bean: Model: Entity的区别
- OpenCV(四)——图像特征与目标检测
- const小结
- T5 learning
猜你喜欢
mvc和mvp和mvvm的区别

The image displayed online by TP5 is garbled

SolidWorks Simulation曲线图属性设定

Supplement - example of integer programming

Install MySQL using CentOS yum

Boolean value

收藏!0基础开源数据可视化平台FlyFish大屏开发指南

Mazak handwheel maintenance Mazak little giant CNC machine tool handle operator maintenance av-eahs-382-1

201403-1

第31回---第52回
随机推荐
Opencv (II) -- basic image processing
Rotate the whole model in ADAMS
Crawl common English names
Opencv (IV) -- image features and target detection
OpenCV(一)——图像基础知识
The solution to the memory exhaustion problem when PHP circulates a large amount of data
CCF-201312-1
SolidWorks simulation curve attribute setting
DRF learning notes (preparation)
插入word中的图片保持高dpi方法
COMS Technology
Two methods of generating excel table with PHP
Axure install Icon Font Catalog
Supplement - example of integer programming
Install MySQL using CentOS yum
Implementation of filler creator material editing tool
Matlab legend usage
Cron expression use
C language output string in reverse order
KMEANS 实现