Feynman {
“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:00:00.834163″,
“end”: “2020-07-08 02:20:29.914977″,
“msg”: “non-zero return code”,
“rc”: 1,
“start”: “2020-07-08 02:20:29.080814″,
“stderr”: "Error: render error in \“minio/templates/deployment.yaml\”: template: minio/templates/deployment.yaml:183:20: executing \“minio/templates/deployment.yaml\” at <(not .Values.gcsgateway.enabled) (not .Values.azuregateway.enabled) (not .Values.s3gateway.enabled)>: can’t give argument to non-function not .Values.gcsgateway.enabled",
“stderr_lines”: ["Error: render error in \“minio/templates/deployment.yaml\”: template: minio/templates/deployment.yaml:183:20: executing \“minio/templates/deployment.yaml\” at <(not .Values.gcsgateway.enabled) (not .Values.azuregateway.enabled) (not .Values.s3gateway.enabled)>: can’t give argument to non-function not .Values.gcsgateway.enabled"],
“stdout”: "Release \“ks-minio\” does not exist. Installing it now.",
“stdout_lines”: ["Release \“ks-minio\” does not exist. Installing it now."]
}

报错是这个ks-minio的原因吧

    现在登录界面还是没有监控数据是么?

      DukeChiang

      打印一下日志看看:

      kubectl logs -n kubesphere-monitoring-system prometheus-k8s-0 prometheus

        DukeChiang prometheus 里的容器呢,有没有打印奇怪的错误日志?以及 node-exporter 的容器打印什么日志?

          DukeChiang 没有节点监控数据的话,prometheus-k8s-0 和 node-exporter 至少有一个要报错误日志才对