Aug 132021
 

KubeOperator 是Fit2cloud 推出的k8s部署项目,代码在GitHub上,部署起来有点费劲。我基本都要依靠阿里云的香港节点,才能完成测试。

采用github的加速方式,实现在国内的安装。

#这里提供两个最常用的镜像地址:
https://github.com.cnpmjs.org
https://hub.fastgit.org

你需要把脚本的github替换一下。

curl -sSL https://github.com/KubeOperator/KubeOperator/releases/latest/download/quick_start.sh | sh

直接运行,你通常失败的概率是非常大的,而且下载下来,后续脚本会继续访问github,导致没法运行。

wget https://hub.fastgit.org/KubeOperator/KubeOperator/releases/latest/download/quick_start.sh

然后你需要对脚本进行一下修改,替换github.com 为hub.fastgit.org.

sed -i 's/github.com/hub.fastgit.org/g' quick_start.sh 
chmod +x quick_start.sh
./quick_start.sh

就这样搞定。

  2 Responses to “KubeOperator安装”

  1. 我想请教关于openstack的问题,我是小白,刚把service租户误删了,请问如何恢复呀?感谢!

 Leave a Reply

(required)

(required)

This site uses Akismet to reduce spam. Learn how your comment data is processed.