OpenStack-helm部署OpenStack

helm部署openstack前提

说明

我是先部署好k8s环境并安装好helm以及配置了nfs的sc存储的。
另外,当你排除万难,走到最后一步的时候,nova-compute的pod会一直退出,退出码为0,然后ds控制器一直重启,这是一个官网的bug。截止本文发表还没解决。

端口监听

一定要监听8879端口

nohup helm serve --address 0.0.0.0:8879 &

添加charts

[root@controller opt]# helm repo list
NAME  	URL                                                   
stable	https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
local 	http://127.0.0.1:8879/charts                  
helm repo remove local
 
 

你可能感兴趣的:(Kubernetes,OpenStack,kubernetes,openstack)