创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

操作系统信息
例如:虚拟机/物理机,Centos7.5/Ubuntu18.04,4C/8G

Kubernetes版本信息
kubectl version 命令执行结果贴在下方

容器运行时
docker version / crictl version / nerdctl version 结果贴在下方

KubeSphere版本信息
4.1.3 EKS 安装

问题是什么
想请问各位大佬,4.1.3的容器组的监控在哪里查询呀?我似乎没有看到像以前一样的监控画面 🤔

就比如CPU 内存呀啥的,之前可以直接在容器组的右边看到

我找到了WhizardTelemetry 监控,但是我在安装 WhizardTelemetry 监控agent的时候出现了报错
2025-07-09T09:34:47.554619122Z WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: kube.config2025-07-09T09:34:47.554657738Z WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: kube.config2025-07-09T09:34:47.563901032Z history.go:56: [debug] getting history for release whizard-monitoring-agent2025-07-09T09:34:47.571939087Z Release “whizard-monitoring-agent” does not exist. Installing it now.2025-07-09T09:34:47.571975553Z install.go:214: [debug] Original chart version: ""2025-07-09T09:34:47.625220835Z install.go:231: [debug] CHART PATH: /tmp/helm-executor/repository/whizard-monitoring-1.1.1.tgz2025-07-09T09:34:47.625232819Z 2025-07-09T09:34:47.852597163Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:47.931998279Z install.go:168: [debug] CRD alertmanagerconfigs.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:47.978689559Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.079262446Z install.go:168: [debug] CRD alertmanagers.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.093508932Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.111948384Z install.go:168: [debug] CRD podmonitors.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.125558480Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.145111422Z install.go:168: [debug] CRD probes.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.226338982Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.338828700Z install.go:168: [debug] CRD prometheusagents.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.430360946Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.541536337Z install.go:168: [debug] CRD prometheuses.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.553105701Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.568863386Z install.go:168: [debug] CRD prometheusrules.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.652380857Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.724758109Z install.go:168: [debug] CRD scrapeconfigs.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.738336459Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.755235449Z install.go:168: [debug] CRD servicemonitors.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.827482269Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.908523753Z install.go:168: [debug] CRD thanosrulers.monitoring.coreos.com is already present. Skipping.2025-07-09T09:34:48.925500798Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.942709657Z install.go:168: [debug] CRD clusterdashboards.monitoring.kubesphere.io is already present. Skipping.2025-07-09T09:34:48.957188995Z client.go:142: [debug] creating 1 resource(s)2025-07-09T09:34:48.973595060Z install.go:168: [debug] CRD dashboards.monitoring.kubesphere.io is already present. Skipping.2025-07-09T09:34:55.059677635Z Error: Unable to continue with install: Service “kube-state-metrics” in namespace “kubesphere-monitoring-system” exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key “app.kubernetes.io/managed-by”: must be set to “Helm”; annotation validation error: missing key “meta.helm.sh/release-name”: must be set to “whizard-monitoring-agent”; annotation validation error: missing key “meta.helm.sh/release-namespace”: must be set to "kubesphere-monitoring-system"2025-07-09T09:34:55.059740059Z helm.go:84: [debug] Service “kube-state-metrics” in namespace “kubesphere-monitoring-system” exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key “app.kubernetes.io/managed-by”: must be set to “Helm”; annotation validation error: missing key “meta.helm.sh/release-name”: must be set to “whizard-monitoring-agent”; annotation validation error: missing key “meta.helm.sh/release-namespace”: must be set to "kubesphere-monitoring-system"2025-07-09T09:34:55.059766356Z Unable to continue with install2025-07-09T09:34:55.059769142Z helm.sh/helm/v3/pkg/action.(*Install).RunWithContext2025-07-09T09:34:55.059771268Z helm.sh/helm/v3/pkg/action/install.go:3402025-07-09T09:34:55.059773067Z main.runInstall2025-07-09T09:34:55.059774851Z helm.sh/helm/v3/cmd/helm/install.go:3062025-07-09T09:34:55.059776888Z main.newUpgradeCmd.func22025-07-09T09:34:55.059785756Z helm.sh/helm/v3/cmd/helm/upgrade.go:1462025-07-09T09:34:55.059799328Z github.com/spf13/cobra.(*Command).execute2025-07-09T09:34:55.059801273Z github.com/spf13/cobra@v1.8.0/command.go:9832025-07-09T09:34:55.059802978Z github.com/spf13/cobra.(*Command).ExecuteC2025-07-09T09:34:55.059804708Z github.com/spf13/cobra@v1.8.0/command.go:11152025-07-09T09:34:55.059806328Z github.com/spf13/cobra.(*Command).Execute2025-07-09T09:34:55.059808346Z github.com/spf13/cobra@v1.8.0/command.go:10392025-07-09T09:34:55.059809998Z main.main2025-07-09T09:34:55.059811747Z helm.sh/helm/v3/cmd/helm/helm.go:832025-07-09T09:34:55.059813491Z runtime.main2025-07-09T09:34:55.059815184Z runtime/proc.go:2672025-07-09T09:34:55.059816953Z runtime.goexit2025-07-09T09:34:55.059819040Z runtime/asm_amd64.s:1650
有哪位大佬能帮忙看看吗?