使用vagrant搭建k8s节点七-----KubeSphere完整化安装
Posted lovoo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用vagrant搭建k8s节点七-----KubeSphere完整化安装相关的知识,希望对你有一定的参考价值。
1、完整安装命令
kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/master/kubesphere-complete-setup.yam
可以去我们的文件里面获取,上传到虚拟机,
参照 https://github.com/kubesphere/ks-installer/tree/master 修改部分配置
2、查看安装进度
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
3、解决问题重启 installer
kubectl delete pod ks-installer-75b8d89dff-f7r2g -n kubesphere-system
4、metrics-server 部署
参照:https://v2-1.docs.kubesphere.io/docs/zh-CN/installation/install-metrics-server/
此时需要将 node2与node3的内存增加到12G,cpu扩展到6核
kubectl get nodes
kubectl get pods --all-namespaces
#编辑部署信息,:wq保存后会自动安装
kubectl edit cm -n kubesphere-system ks-installer
分布式技术QQ群:722865146
分布式商城下载:https://gitee.com/charlinchenlin/wysmall
以上是关于使用vagrant搭建k8s节点七-----KubeSphere完整化安装的主要内容,如果未能解决你的问题,请参考以下文章