INFO[16:48:42 CST] Installation is complete.
Please check the result using the command:
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath=‘{.items[0].metadata.name}’) -f
Error from server (BadRequest): container “installer” in pod “ks-installer-85854b8c8-f5dj8” is waiting to start: ContainerCreating
[root@localhost ~]# kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath=‘{.items[0].metadata.name}’) -f
2020-09-28T16:50:52+08:00 INFO : shell-operator latest
2020-09-28T16:50:52+08:00 INFO : HTTP SERVER Listening on 0.0.0.0:9115
2020-09-28T16:50:52+08:00 INFO : Use temporary dir: /tmp/shell-operator
2020-09-28T16:50:52+08:00 INFO : Initialize hooks manager …
TASK [common : Kubesphere | Getting minio installation files] ******************
changed: [localhost] => (item=minio-ha)
TASK [common : Kubesphere | Creating manifests] ********************************
changed: [localhost] => (item={‘name’: ‘custom-values-minio’, ‘file’: ‘custom-values-minio.yaml’})
TASK [common : Kubesphere | Check minio] ***************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: "/usr/local/bin/helm list -n kubesphere-system | grep \“ks-minio\”\n", “delta”: “0:00:00.069664”, “end”: “2020-09-28 16:53:44.752008”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-09-28 16:53:44.682344”, “stderr”: "", “stderr_lines”: [], “stdout”: "", “stdout_lines”: []}
…ignoring
TASK [common : Kubesphere | Deploy minio] **************************************
一直卡在这里