kubesphere部署minio失败

报错日志

TASK [common : Kubesphere | Deploy minio] **************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/helm upgrade --install ks-minio /etc/kubesphere/minio-ha -f /etc/kubesphere/custom-values-minio.yaml --set fullnameOverride=minio --namespace kubesphere-system --wait --timeout 1800\n", "delta": "0:30:00.948378", "end": "2019-11-11 09:53:01.606320", "msg": "non-zero return code", "rc": 1, "start": "2019-11-11 09:23:00.657942", "stderr": "Error: release ks-minio failed: timed out waiting for the condition", "stderr_lines": ["Error: release ks-minio failed: timed out waiting for the condition"], "stdout": "Release "ks-minio" does not exist. Installing it now.", "stdout_lines": ["Release "ks-minio" does not exist. Installing it now."]}

解决方案

# 关闭防火墙
sudo systemctl stop firewalld.service && sudo systemctl disable firewalld.service
# 关闭SELinux
vi /etc/selinux/config
# 将 SELINUX=enforcing 改为 SELINUX=disabled
# 重启机器
shutdown -r now
# 检查修改结果
/usr/sbin/sestatus -v
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容