`
helm -n kubesphere-system uninstall ks-minio && kubectl -n kubesphere-system delete job minio-make-bucket-job
/usr/local/bin/helm upgrade –install ks-minio /kubesphere/kubesphere/minio-ha -f /kubesphere/kubesphere/custom-values-minio.yaml –set fullnameOverride=minio –namespace kubesphere-system –wait –timeout 1800s
Release “ks-minio” does not exist. Installing it now.
进入ks-installer-744f4574f6-2dnq8重新安装后,一直卡在helm upgrade --install这句,过了1800s后
Error: failed post-install: timed out waiting for the condition
of pod/minio-make-bucket-job-ql6ch logs
mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-udemsclvbdgc/?location=: dial tcp: lookup minio on 169.254.25.10:53: no such host.
minio的dns未能正确解析,发现coredns在work节点CrashLoopBackOff
kube-system pod/nodelocaldns-lf9pt 0/1 CrashLoopBackOff 38 175m
of pod/nodelocaldns-lf9pt logs
2020/09/17 13:52:19 [INFO] Using Corefile /etc/coredns/Corefile
2020/09/17 13:52:19 [ERROR] Failed to read node-cache coreFile /etc/coredns/Corefile.base - open /etc/coredns/Corefile.base: no such file or directory
2020/09/17 13:52:19 [ERROR] Failed to sync kube-dns config directory /etc/kube-dns, err: lstat /etc/kube-dns: no such file or directory
Listen: listen tcp 169.254.25.10:53: bind: address already in use
`
删除master和work上的nodelocaldns重建后,问题依旧