[root@k8s-master1 ~]# kubectl get pods,ep -n kubesphere-system -owide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
pod/ks-installer-7cb866bd-zwg8h 1/1 Running 0 31m 10.244.135.3 node3 <none> <none>
pod/minio-7bfdb5968b-qjxbn 1/1 Running 0 107s 10.244.135.6 node3 <none> <none>
pod/minio-make-bucket-job-rxxnb 1/1 Running 0 29m 10.244.104.1 node2 <none> <none>
pod/openldap-0 1/1 Running 0 30m 10.244.159.133 k8s-master1 <none> <none>
pod/redis-644bc597b9-8p2ps 1/1 Running 0 30m 10.244.159.132 k8s-master1 <none> <none>
NAME ENDPOINTS AGE
endpoints/minio 10.244.104.1:9000,10.244.135.6:9000 30m
endpoints/openldap 10.244.159.133:389 30m
endpoints/redis 10.244.159.132:6379 30m
卡在部署minio一直不动弹了,查看minio-make-bucket-job-rxxnb日志,
mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-0t3tjtmlx49e/?location=: dial tcp: i/o timeout.
这里endpoints显示的地址明显就不正常了,等了N就ks-install返回叫我卸载掉,重启了ks-install 这次又正常了,已经遇见好几次了