我试图看看有多少内存和 CPU 是利用库伯内特豆荚。我为此运行了以下命令:
kubectl top pod podname --namespace=default
我得到了以下错误:
W0205 15:14:47.248366 2767 top_pod.go:190] Metrics not available for pod default/podname, age: 190h57m1.248339485s
error: Metrics not available for pod default/podname, age: 190h57m1.248339485s
我看到这个命令的样例输出显示 CPU 为250m。这是如何解释的?
如果我们进入 pod 并运行 linux top
命令,是否会得到相同的输出?