【发布时间】:2021-09-21 14:59:27
【问题描述】:
基本上,我只是安装了一个全新的 prometheus-operator
helm install prometheus-operator prometheus-community/kube-prometheus-stack -f values.yaml --namespace test
当我转到仪表板时,它们中的大多数都按预期工作(我仍然需要弄清楚一些关于指标的事情,但这不是这里的问题)
但是,仪表板“General / Kubernetes / Persistent Volumes”正确地提出了命名空间和持久卷声明以及可用空间和已用空间,但我在右侧的仪表中看到 N/A ...
这可能是什么原因?
如果这有任何帮助,我正在使用 Azure Kubernernetes 服务 (AKS) ...
【问题讨论】: