Swap stats is not shown as part of the metrics/resource endpoint #3834
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Content-Length: 233269 | pFad | http://github.com/kubernetes-sigs/kind/issues/3834
3DFetched URL: http://github.com/kubernetes-sigs/kind/issues/3834
Alternative Proxies:
What happened:
The following:
As can be seen, swap stats is not shown here:
What you expected to happen:
Swap to be included in metrics/resource endpoint stats.
How to reproduce it (as minimally and precisely as possible):
kubectl get --raw "/api/v1/nodes/<NODE-NAME>/proxy/metrics/resource" | grep -i swap
Anything else we need to know?:
Swap stats were introduced in this PR: kubernetes/kubernetes#118865.
It also shows the expected output.
Environment:
kind version
): > kind v0.22.0 go1.21.7 linux/amd64docker info
,podman info
ornerdctl info
): docker 27.2.1/etc/os-release
): Fedora 39kubectl version
): 1.32 (main)The text was updated successfully, but these errors were encountered: